mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Restore "Main" UI Tab setting from sesion instant.xml
Previously this setting was ignored. It is relevant when loading a demo session, where initially there is no user Config instant.xml. ARDOUR_UI::setup_windows is called directly after the engine starts, but before the session is set.
This commit is contained in:
parent
bfedf7168e
commit
acf13e9498
3 changed files with 70 additions and 56 deletions
|
|
@ -143,6 +143,7 @@ ARDOUR_UI::set_session (Session *s)
|
|||
}
|
||||
|
||||
WM::Manager::instance().set_session (s);
|
||||
apply_window_settings (false);
|
||||
|
||||
AutomationWatch::instance().set_session (s);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue