X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fgtkmm2ext%2Fsearchbar.cc;h=6bfb7e0629e12709159f20d33ae1237f9fcab667;hb=8d70b760598d0510f757c8b0653230f4cbec89cc;hp=75915c1f2e6accd5779d185de75e011130207db4;hpb=1375c454fbf40a5c698f8e95d9dc4f85d0835ebd;p=ardour.git diff --git a/libs/gtkmm2ext/searchbar.cc b/libs/gtkmm2ext/searchbar.cc index 75915c1f2e..6bfb7e0629 100644 --- a/libs/gtkmm2ext/searchbar.cc +++ b/libs/gtkmm2ext/searchbar.cc @@ -64,12 +64,12 @@ SearchBar::key_press_event (GdkEventKey* ev) void SearchBar::icon_clicked_event (Gtk::EntryIconPosition, const GdkEventButton*) { - if (icon_click_resets) { - reset (); - } - else { - search_string_changed (); - } + if (icon_click_resets) { + reset (); + } + else { + search_string_changed (); + } } void