mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Properly create new presets, i.e. without duplicate id's on save-after-rename
git-svn-id: svn://localhost/ardour2/branches/3.0@9132 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
72928df58f
commit
751cc84dd2
4 changed files with 32 additions and 3 deletions
|
|
@ -48,6 +48,7 @@ class ExportPresetSelector : public Gtk::HBox
|
|||
|
||||
void sync_with_manager ();
|
||||
void update_selection ();
|
||||
void create_new ();
|
||||
void save_current ();
|
||||
void remove_current ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue