summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mixer.cc
diff options
context:
space:
mode:
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());