clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit f3e05cf70e393004f1cb0ca28e053019b674699c
parent 29b7af41e263f777750e47de82b4d93a8c0b4850
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date:   Tue,  7 Sep 2021 15:20:12 +0200

Ensure that we performed the embedding before replying

Diffstat:
Mexamples/gui/application.cc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/examples/gui/application.cc b/examples/gui/application.cc @@ -133,6 +133,7 @@ void Application::onMessage(const clap::RemoteChannel::Message &msg) { #ifdef Q_OS_LINUX hostWindow_.reset(QWindow::fromWinId(rq.window)); quickView_->setParent(hostWindow_.get()); + sync(); rp.succeed = true; #endif