mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Enable mutually recursive GUI callbacks in CLAP
This fixes resizing under Qtractor.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user