mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
a rubber-band drag or other selection op that actually selects nothing should cancel the current selection
This commit is contained in:
parent
ed05292898
commit
dc38ec8834
1 changed files with 1 additions and 0 deletions
|
|
@ -1489,6 +1489,7 @@ Editor::select_all_within (framepos_t start, framepos_t end, double top, double
|
|||
}
|
||||
|
||||
if (found.empty()) {
|
||||
selection->clear ();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue