mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
fix behaviour of AddRouteDialog "Add" button
This commit is contained in:
parent
4f4ed8e194
commit
d397e1f85c
1 changed files with 4 additions and 1 deletions
|
|
@ -213,7 +213,10 @@ void
|
||||||
AddRouteDialog::on_response (int r)
|
AddRouteDialog::on_response (int r)
|
||||||
{
|
{
|
||||||
name_edited_by_user = false;
|
name_edited_by_user = false;
|
||||||
ArdourDialog::on_response (r);
|
/* Don't call ArdourDialog::on_response() because that will
|
||||||
|
automatically hide the dialog.
|
||||||
|
*/
|
||||||
|
Gtk::Dialog::on_response (r);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue