Fix restoration of key bindings assigned to Windows+key, bug #7037
[ardour.git] / libs / gtkmm2ext / searchbar.cc
index 75915c1f2e6accd5779d185de75e011130207db4..6bfb7e0629e12709159f20d33ae1237f9fcab667 100644 (file)
@@ -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