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