diff --git a/extras/the jucer/src/ui/jucer_MainWindow.cpp b/extras/the jucer/src/ui/jucer_MainWindow.cpp index ea1927882d..dcd8724726 100644 --- a/extras/the jucer/src/ui/jucer_MainWindow.cpp +++ b/extras/the jucer/src/ui/jucer_MainWindow.cpp @@ -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);