Browse Source

list_view_text.hide() now only called once.

merge-requests/365/head
U-olece-PC\olece 10 years ago
parent
commit
9f03520586
  1. 1
      src/selectiondialog.cc

1
src/selectiondialog.cc

@ -104,7 +104,6 @@ void SelectionDialogBase::hide() {
window->hide(); window->hide();
if(tooltips) if(tooltips)
tooltips->hide(); tooltips->hide();
list_view_text.hide();
if(on_hide && shown) if(on_hide && shown)
on_hide(); on_hide();
shown=false; shown=false;

Loading…
Cancel
Save