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