mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
[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:
parent
ea15f4336a
commit
f916565a3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue