13
0

make MIDI UI in libardour handle CallSlot requests like it used to (and like it should)

This commit is contained in:
Paul Davis 2013-12-13 16:55:57 -05:00
parent 85cd647226
commit 89adeb2a9f

View File

@ -61,6 +61,8 @@ MidiControlUI::do_request (MidiUIRequest* req)
{
if (req->type == Quit) {
BaseUI::quit ();
} else if (req->type == CallSlot) {
req->the_slot ();
}
}