mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix save/restore window and tab sizes
Window size has to be set before calling `setup_toplevel_window()`. and `set_show_tabs()` - see alsoacf13e9498and42cb321039. This also unconditionally saves the current settings to global config instant.xml. This was previously only done in rare cases when first closing the session and then quitting Ardour.
This commit is contained in:
parent
96a9c1df7f
commit
1228202bbe
3 changed files with 10 additions and 6 deletions
|
|
@ -445,7 +445,7 @@ private:
|
|||
void toggle_meterbridge ();
|
||||
|
||||
int setup_windows ();
|
||||
int apply_window_settings (bool);
|
||||
void apply_window_settings (bool);
|
||||
void setup_transport ();
|
||||
void setup_clock ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue