mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
Properly stop message emission when closing external UI
This commit is contained in:
parent
282be3d459
commit
04be971238
1 changed files with 1 additions and 0 deletions
|
|
@ -200,6 +200,7 @@ LV2PluginUI::on_external_ui_closed(void* controller)
|
|||
//printf("LV2PluginUI::on_external_ui_closed\n");
|
||||
LV2PluginUI* me = (LV2PluginUI*)controller;
|
||||
me->_screen_update_connection.disconnect();
|
||||
me->_message_update_connection.disconnect();
|
||||
me->_external_ui_ptr = NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue