Fix #7003, Store/Restore state of checkboxes in Export dialog

This commit is contained in:
Tim Mayberry 2016-09-11 08:39:08 +10:00
parent 3f95b5ac19
commit dab6e8a2d3
2 changed files with 48 additions and 0 deletions

View file

@ -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;