mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
Show Editor-Mixer by default
This commit is contained in:
parent
0e88df426e
commit
5d2a25827e
1 changed files with 3 additions and 2 deletions
|
|
@ -2622,8 +2622,9 @@ Editor::set_state (const XMLNode& node, int version)
|
||||||
set_stationary_playhead (yn);
|
set_stationary_playhead (yn);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (node.get_property ("show-editor-mixer", yn)) {
|
yn = true;
|
||||||
|
node.get_property ("show-editor-mixer", yn);
|
||||||
|
{
|
||||||
Glib::RefPtr<ToggleAction> tact = ActionManager::get_toggle_action (X_("Editor"), X_("show-editor-mixer"));
|
Glib::RefPtr<ToggleAction> tact = ActionManager::get_toggle_action (X_("Editor"), X_("show-editor-mixer"));
|
||||||
/* do it twice to force the change */
|
/* do it twice to force the change */
|
||||||
tact->set_active (!yn);
|
tact->set_active (!yn);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue