MIDI tracer actually changes the event-loop
[ardour.git] / libs / pbd / pbd / abstract_ui.cc
index 76ad5d0da409825b21393752b306cd9f9b895f8c..4c36445848d50eec9026267714de56a05576181f 100644 (file)
@@ -435,7 +435,7 @@ AbstractUI<RequestObject>::call_slot (InvalidationRecord* invalidation, const bo
                        return;
                }
                invalidation->ref ();
-               assert (invalidation->event_loop == this);
+               invalidation->event_loop = this;
        }
 
        RequestObject *req = get_request (BaseUI::CallSlot);