1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

AU latency change notification. Minor tweaks to plugin hosting.

This commit is contained in:
jules 2012-12-15 17:23:39 +00:00
parent 9ca3ab9454
commit 66769a191b
3 changed files with 8 additions and 1 deletions

View file

@ -116,6 +116,8 @@ MainHostWindow::MainHostWindow()
#else
setMenuBar (this);
#endif
commandManager->setFirstCommandTarget (this);
}
MainHostWindow::~MainHostWindow()