Enable mutually recursive GUI callbacks in CLAP

This fixes resizing under Qtractor.
This commit is contained in:
Robbert van der Helm
2022-10-08 20:32:01 +02:00
parent bd272ffc5f
commit 431dbdca02
3 changed files with 55 additions and 62 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ class ClapBridge : public HostBridge {
"message()' called from a non-GUI thread, sending the "
"message directly";
});
send_main_thread_message(object);
return send_main_thread_message(object);
}
}