summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-23 23:05:14 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-23 23:05:14 +0000
commitacaf05db1dd1dee9bcd7d1be4258c00837b90267 (patch)
tree0821c3cff1e76b6161d2b5fa6053d9e8732d096f /gtk2_ardour/mixer_strip.cc
parent474bf32ae30b87dd7f9eb1b483464097209fb959 (diff)
Update mixer group tabs on strip width change. Don't display the mixer group tab menu if there's not a group involved.
git-svn-id: svn://localhost/ardour2/branches/3.0@5265 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.cc')
-rw-r--r--gtk2_ardour/mixer_strip.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc
index 073feaf339..646d55ff6b 100644
--- a/gtk2_ardour/mixer_strip.cc
+++ b/gtk2_ardour/mixer_strip.cc
@@ -605,9 +605,7 @@ MixerStrip::set_width_enum (Width w, void* owner)
update_output_display ();
route_group_changed (0);
name_changed ();
-#ifdef GTKOSX
- WidthChanged();
-#endif
+ WidthChanged ();
}
void