mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +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 {
|
} else {
|
||||||
selection->clear ();
|
selection->clear ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
reset_focus ();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue