1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
This commit is contained in:
jules 2007-08-10 16:40:19 +00:00
parent 1e5a9ad56e
commit 5b44dff853

View file

@ -113,7 +113,6 @@ MainWindow::MainWindow()
}
addKeyListener (commandManager->getKeyMappings());
commandManager->addListener (this);
// don't want the window to take focus when the title-bar is clicked..
setWantsKeyboardFocus (false);