a rubber-band drag or other selection op that actually selects nothing should cancel...
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 25 Feb 2014 20:24:41 +0000 (15:24 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 25 Feb 2014 20:24:41 +0000 (15:24 -0500)
gtk2_ardour/editor_selection.cc

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