From 0a0c78fab375b13a4f70cf8454e97355b8beef22 Mon Sep 17 00:00:00 2001 From: eidheim Date: Mon, 27 Jan 2020 15:37:03 +0100 Subject: [PATCH] Removed use of deprecated set_rules_hint --- src/selection_dialog.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/selection_dialog.cc b/src/selection_dialog.cc index 822b226..a63a4bf 100644 --- a/src/selection_dialog.cc +++ b/src/selection_dialog.cc @@ -16,7 +16,6 @@ SelectionDialogBase::ListViewText::ListViewText(bool use_markup) : Gtk::TreeView set_hscroll_policy(Gtk::ScrollablePolicy::SCROLL_NATURAL); set_activate_on_single_click(true); set_hover_selection(false); - set_rules_hint(true); } void SelectionDialogBase::ListViewText::append(const std::string &value) {