summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-24 20:07:55 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-24 20:07:55 +0000
commite5dd712ac42c8a8a7367cd6e0b06c530ca990c75 (patch)
treed477502e7a8fae4a0bbb6d59cc73e274028ad710 /gtk2_ardour/mixer_strip.h
parente355b5df2726894eb81d1a45ff052022ecd09572 (diff)
Shift-click on a mixer width button toggles width of all
strips (#4510). git-svn-id: svn://localhost/ardour2/branches/3.0@10822 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index 8e0100ed75..6ef282e697 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -157,7 +157,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
Gtk::EventBox* spacer;
void hide_clicked();
- void width_clicked ();
+ bool width_button_pressed (GdkEventButton *);
Gtk::Frame global_frame;
Gtk::VBox global_vpacker;