mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Do not save export format for indirect changes
Previously selecting a different export format that changed global settings (eg. toggle analysis) triggered an indirect save of the format.
This commit is contained in:
parent
47c265f2ec
commit
85877adf56
2 changed files with 14 additions and 2 deletions
|
|
@ -128,7 +128,11 @@ private:
|
|||
Gtk::Label tab_label;
|
||||
Gtk::Alignment tab_close_alignment;
|
||||
Gtk::Button tab_close_button;
|
||||
|
||||
uint32_t tab_number;
|
||||
|
||||
sigc::connection soundcloud_button_connection;
|
||||
sigc::connection analysis_button_connection;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue