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),
xWindow(0),
#elif defined(DISTRHO_OS_MAC)
fNeedsIdle(false),
fNeedsIdle(parentId == 0),
mView(nullptr),
mWindow(nullptr),
#endif


Loading…
Cancel
Save