Browse Source

Fix OSX idle on external-uis

gh-pages
falkTX 10 years ago
parent
commit
890edf0dff
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dgl/src/Window.cpp

+ 1
- 1
dgl/src/Window.cpp View File

@@ -143,7 +143,7 @@ struct Window::PrivateData {
xDisplay(nullptr), xDisplay(nullptr),
xWindow(0), xWindow(0),
#elif defined(DISTRHO_OS_MAC) #elif defined(DISTRHO_OS_MAC)
fNeedsIdle(false),
fNeedsIdle(parentId == 0),
mView(nullptr), mView(nullptr),
mWindow(nullptr), mWindow(nullptr),
#endif #endif


Loading…
Cancel
Save