From 9a4f73bb8b9bad4b01d415ddc1b9a2168f4ac37c Mon Sep 17 00:00:00 2001 From: ana Date: Wed, 7 Nov 2012 09:49:03 +0000 Subject: [PATCH] Fix of previos wrong integration --- src/LightApp/LightApp_Application.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LightApp/LightApp_Application.cxx b/src/LightApp/LightApp_Application.cxx index e3532938f..040503db1 100644 --- a/src/LightApp/LightApp_Application.cxx +++ b/src/LightApp/LightApp_Application.cxx @@ -1290,7 +1290,7 @@ LogWindow* LightApp_Application::logWindow() PyConsole_Console* LightApp_Application::pythonConsole(const bool force) { QWidget* wid = dockWindow( WT_PyConsole ); - if ( !wid and force==true) { + if ( !wid && force==true) { wid = getWindow(WT_PyConsole); } return qobject_cast( wid ); -- 2.39.2