mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Fix DirectoryOption set filename
This properly updates the display if the preference changes. Even with FILE_CHOOSER_ACTION_SELECT_FOLDER the API is is get/set_filename -- set_current_folder() sets the parent folder.
This commit is contained in:
parent
c17fbd5abc
commit
34c8307a38
2 changed files with 5 additions and 2 deletions
|
|
@ -656,6 +656,7 @@ private:
|
|||
sigc::slot<std::string> _get; ///< slot to get the configuration variable's value
|
||||
sigc::slot<bool, std::string> _set; ///< slot to set the configuration variable's value
|
||||
Gtk::FileChooserButton _file_chooser;
|
||||
sigc::connection _changed_connection;
|
||||
};
|
||||
|
||||
/** Class to represent a single page in an OptionEditor's notebook.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue