[Summary] Bug fixed: pressing esc when dragging range selection rectangle did not abort the operation; the range selection rectangle remained on screen and it was available to click on it to complete operation like it was not ESC (equal to abort) pressed.

This commit is contained in:
Valeriy Kamyshniy 2015-02-14 16:04:02 +02:00
parent ea15f4336a
commit f916565a3e

View file

@ -4634,7 +4634,7 @@ SelectionDrag::finished (GdkEvent* event, bool movement_occurred)
void
SelectionDrag::aborted (bool)
{
/* XXX: TODO */
_editor->selection->clear ();
}
MarkerBarDrag::MarkerBarDrag (Editor* e, ArdourCanvas::Item* i)