Browse Source

Removed use of deprecated set_rules_hint

merge-requests/399/head
eidheim 6 years ago
parent
commit
0a0c78fab3
  1. 1
      src/selection_dialog.cc

1
src/selection_dialog.cc

@ -16,7 +16,6 @@ SelectionDialogBase::ListViewText::ListViewText(bool use_markup) : Gtk::TreeView
set_hscroll_policy(Gtk::ScrollablePolicy::SCROLL_NATURAL); set_hscroll_policy(Gtk::ScrollablePolicy::SCROLL_NATURAL);
set_activate_on_single_click(true); set_activate_on_single_click(true);
set_hover_selection(false); set_hover_selection(false);
set_rules_hint(true);
} }
void SelectionDialogBase::ListViewText::append(const std::string &value) { void SelectionDialogBase::ListViewText::append(const std::string &value) {

Loading…
Cancel
Save