“Show Toolbars” is not saved and on by default.
authorRobin Gareus <robin@gareus.org>
Sat, 21 Mar 2015 20:38:36 +0000 (21:38 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 21 Mar 2015 20:38:36 +0000 (21:38 +0100)
gtk2_ardour/ardour_ui_ed.cc

index ccd048d69d69286f12e343a322d0967c9c49db9c..9c440261510400dda69dbdb916cbc0874ac7fc5d 100644 (file)
@@ -193,6 +193,7 @@ ARDOUR_UI::install_actions ()
        ActionManager::register_toggle_action (common_actions, X_("ToggleMaximalMixer"), _("Maximise Mixer Space"), sigc::mem_fun (*this, &ARDOUR_UI::toggle_mixer_space));
        act = ActionManager::register_toggle_action (common_actions, X_("KeepTearoffs"), _("Show Toolbars"), mem_fun (*this, &ARDOUR_UI::toggle_keep_tearoffs));
        ActionManager::session_sensitive_actions.push_back (act);
+       act->set_active(true);
 
 if (Profile->get_mixbus())
        ActionManager::register_action (common_actions, X_("show-ui-prefs"), _("Show more UI preferences"), sigc::mem_fun (*this, &ARDOUR_UI::show_ui_prefs));