mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Fix #7003, Store/Restore state of checkboxes in Export dialog
This commit is contained in:
parent
3f95b5ac19
commit
dab6e8a2d3
2 changed files with 48 additions and 0 deletions
|
|
@ -96,6 +96,11 @@ class ExportFileNotebook : public Gtk::Notebook, public ARDOUR::SessionHandlePtr
|
|||
void critical_selection_changed ();
|
||||
void analysis_changed ();
|
||||
|
||||
void on_show ();
|
||||
void on_hide ();
|
||||
void store_state ();
|
||||
void restore_state ();
|
||||
|
||||
ARDOUR::ExportProfileManager::FormatStatePtr format_state;
|
||||
ARDOUR::ExportProfileManager::FilenameStatePtr filename_state;
|
||||
ManagerPtr profile_manager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue