summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_dropdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/ardour_dropdown.h')
-rw-r--r--gtk2_ardour/ardour_dropdown.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_dropdown.h b/gtk2_ardour/ardour_dropdown.h
index b27b930037..c1cf11917e 100644
--- a/gtk2_ardour/ardour_dropdown.h
+++ b/gtk2_ardour/ardour_dropdown.h
@@ -37,6 +37,7 @@ class ArdourDropdown : public ArdourButton
virtual ~ArdourDropdown ();
bool on_button_press_event (GdkEventButton*);
+ bool on_scroll_event (GdkEventScroll*);
void clear_items ();
void AddMenuElem (Gtk::Menu_Helpers::MenuElem e);