Remove wrong asserts
[ardour.git] / gtk2_ardour / ardour_dropdown.h
index 706976861003aa0a28e88219fb1f6725e7123b62..638f54c8b9ae3f49db42a5c0c0f6fa6da699f791 100644 (file)
@@ -42,8 +42,12 @@ class ArdourDropdown : public ArdourButton
        void clear_items ();
        void AddMenuElem (Gtk::Menu_Helpers::Element e);
 
+       void disable_scrolling();
+
   private:
        Gtk::Menu      _menu;
+
+       bool _scrolling_disabled;
 };
 
 #endif /* __gtk2_ardour_ardour_dropdown_h__ */