mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
allow Cancel button on route rename dialog to actually cancel
git-svn-id: svn://localhost/ardour2/branches/3.0@10849 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b504c8cc90
commit
104a92a128
1 changed files with 3 additions and 0 deletions
|
|
@ -1512,6 +1512,9 @@ RouteUI::route_rename ()
|
|||
done = true;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
done = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue