summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorNick Mainsbridge <beatroute@iprimus.com.au>2006-05-14 19:02:14 +0000
committerNick Mainsbridge <beatroute@iprimus.com.au>2006-05-14 19:02:14 +0000
commit1242d9595c198bd5cb351271002b1c910ec7864b (patch)
treee5ed8c4c42d5e79a4e7815ef7ba3cad1e575f04a /gtk2_ardour/mixer_strip.h
parenta0f60f6dd07d83d8e8e617ba88b6dc1b734411f9 (diff)
Mixer strip uses button 1 where possible, make mouse click behaviour more consistent wrt popup menus.
git-svn-id: svn://localhost/trunk/ardour2@504 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 e56c1ce4ec..f95a4afebf 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -221,7 +221,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
Gtk::Menu* route_ops_menu;
void build_route_ops_menu ();
- gint name_button_button_release (GdkEventButton*);
+ gint name_button_button_press (GdkEventButton*);
void list_route_operations ();
gint comment_key_release_handler (GdkEventKey*);