summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mixer.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-20 17:15:33 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-20 17:15:33 +0000
commitbe3aff4bdabbf5ced06db66d7bea4cd6b7ec3572 (patch)
treee076e6648bd3c871481ae89c1e50d2ca54cefd81 /gtk2_ardour/editor_mixer.cc
parent9dfa933c6e225bc0b244cabd04fec15e95e37f2b (diff)
Mix group tabs in the mixer.
git-svn-id: svn://localhost/ardour2/branches/3.0@5228 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_mixer.cc')
-rw-r--r--gtk2_ardour/editor_mixer.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_mixer.cc b/gtk2_ardour/editor_mixer.cc
index 9082f37917..a75838be16 100644
--- a/gtk2_ardour/editor_mixer.cc
+++ b/gtk2_ardour/editor_mixer.cc
@@ -120,7 +120,7 @@ Editor::show_editor_mixer (bool yn)
current_mixer_strip->set_route (r);
if (created) {
- current_mixer_strip->set_width (editor_mixer_strip_width, (void*) this);
+ current_mixer_strip->set_width_enum (editor_mixer_strip_width, (void*) this);
}
}
@@ -213,7 +213,7 @@ Editor::set_selected_mixer_strip (TimeAxisView& view)
}
if (created) {
- current_mixer_strip->set_width (editor_mixer_strip_width, (void*) this);
+ current_mixer_strip->set_width_enum (editor_mixer_strip_width, (void*) this);
}
current_mixer_strip->set_route (at->route());