mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
escape should reset focus as well as abort drags/clear selection
This commit is contained in:
parent
b3c78e906c
commit
261aa3258f
1 changed files with 2 additions and 0 deletions
|
|
@ -2511,6 +2511,8 @@ Editor::escape ()
|
|||
} else {
|
||||
selection->clear ();
|
||||
}
|
||||
|
||||
reset_focus ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue