summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_actions.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-01-29 14:48:59 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-01-29 14:48:59 +0000
commit314f0d91d39922b6990c28d4f2cbdaef54feee34 (patch)
treea0b9bb8643f5d849c51005c6d35e6a806030ffed /gtk2_ardour/editor_actions.cc
parent8dde7e7f5da1c0be359b60a631154de89060f707 (diff)
a radically new approach to sizing the track header layout that now allows ardour to shrink dramatically in vertical height. current lower limit is about 763 pixels WITH the editor mixer strip, and something much, much smaller without it
git-svn-id: svn://localhost/ardour2/branches/3.0@8608 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_actions.cc')
-rw-r--r--gtk2_ardour/editor_actions.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_actions.cc b/gtk2_ardour/editor_actions.cc
index 3d94fd10b3..6f1579bb5a 100644
--- a/gtk2_ardour/editor_actions.cc
+++ b/gtk2_ardour/editor_actions.cc
@@ -1236,6 +1236,8 @@ Editor::parameter_changed (std::string p)
_group_tabs->hide ();
}
+ reset_controls_layout_width ();
+
Glib::RefPtr<Action> act = ActionManager::get_action (X_("Editor"), X_("ToggleGroupTabs"));
if (act) {
Glib::RefPtr<ToggleAction> tact = Glib::RefPtr<ToggleAction>::cast_dynamic (act);