mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
MIDI tracer actually changes the event-loop
This commit is contained in:
parent
c2f4399b3d
commit
462c3eeb84
1 changed files with 1 additions and 1 deletions
|
|
@ -435,7 +435,7 @@ AbstractUI<RequestObject>::call_slot (InvalidationRecord* invalidation, const bo
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
invalidation->ref ();
|
invalidation->ref ();
|
||||||
assert (invalidation->event_loop == this);
|
invalidation->event_loop = this;
|
||||||
}
|
}
|
||||||
|
|
||||||
RequestObject *req = get_request (BaseUI::CallSlot);
|
RequestObject *req = get_request (BaseUI::CallSlot);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue