a rubber-band drag or other selection op that actually selects nothing should cancel the current selection

This commit is contained in:
Paul Davis 2014-02-25 15:24:41 -05:00
parent ed05292898
commit dc38ec8834

View file

@ -1489,6 +1489,7 @@ Editor::select_all_within (framepos_t start, framepos_t end, double top, double
}
if (found.empty()) {
selection->clear ();
return;
}