From 5b44dff853f895101aba2aa934a351860c8bbcd7 Mon Sep 17 00:00:00 2001 From: jules Date: Fri, 10 Aug 2007 16:40:19 +0000 Subject: [PATCH] --- extras/the jucer/src/ui/jucer_MainWindow.cpp | 1 - 1 file changed, 1 deletion(-) 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);