if the Editor is not the current EditingContext, don't do Editor::escape stuff
This commit is contained in:
parent
033dd31ff1
commit
99d1a4cd9b
@ -2602,6 +2602,10 @@ Editor::start_selection_grab (ArdourCanvas::Item* /*item*/, GdkEvent* event)
|
|||||||
void
|
void
|
||||||
Editor::escape ()
|
Editor::escape ()
|
||||||
{
|
{
|
||||||
|
if (this != current_editing_context()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (_drags->active ()) {
|
if (_drags->active ()) {
|
||||||
_drags->abort ();
|
_drags->abort ();
|
||||||
} else if (_session) {
|
} else if (_session) {
|
||||||
|
Loading…
Reference in New Issue
Block a user