13
0

Fix Track/Bus dialog name-entry default

Changing the track-type to add changes the name which marked the
name-entry as "edited by user", even though it was Ardour itself
which changed the name.
This commit is contained in:
Robin Gareus 2017-08-05 19:11:57 +02:00
parent fde07d4f4f
commit 9d99e558b3

View File

@ -282,6 +282,7 @@ AddRouteDialog::maybe_update_name_template_entry ()
name_template_entry.set_text (VCA::default_name_template());
break;
}
name_edited_by_user = false;
}
void