mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Reset RouteDialog: name edited by-user
* after each "Add" operation * when cleaning the name field
This commit is contained in:
parent
28a7e4a3e0
commit
201d536ee9
3 changed files with 17 additions and 5 deletions
|
|
@ -86,6 +86,8 @@ public:
|
|||
|
||||
std::string get_template_path();
|
||||
|
||||
void reset_name_edited () { name_edited_by_user = false; }
|
||||
|
||||
private:
|
||||
Gtk::Entry name_template_entry;
|
||||
Gtk::Adjustment routes_adjustment;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue