make MIDI UI in libardour handle CallSlot requests like it used to (and like it should)
This commit is contained in:
@@ -61,6 +61,8 @@ MidiControlUI::do_request (MidiUIRequest* req)
|
||||
{
|
||||
if (req->type == Quit) {
|
||||
BaseUI::quit ();
|
||||
} else if (req->type == CallSlot) {
|
||||
req->the_slot ();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user