DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 890edf0dff9b72ec4df0ccc9293258967261b9ce
parent ae5aa5b73803fb8cf224a5ae561c61a2f997e848
Author: falkTX <falktx@gmail.com>
Date:   Sun, 15 Feb 2015 11:24:40 +0000

Fix OSX idle on external-uis

Diffstat:
Mdgl/src/Window.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dgl/src/Window.cpp b/dgl/src/Window.cpp @@ -143,7 +143,7 @@ struct Window::PrivateData { xDisplay(nullptr), xWindow(0), #elif defined(DISTRHO_OS_MAC) - fNeedsIdle(false), + fNeedsIdle(parentId == 0), mView(nullptr), mWindow(nullptr), #endif