From bc532fed6f2d56c3bb70b402fe02456fbc977bff Mon Sep 17 00:00:00 2001 From: jfa Date: Fri, 24 Jun 2005 12:24:33 +0000 Subject: [PATCH] Add Python Console to a list of VISU windows --- src/VISUGUI/VisuGUI.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index 8e9a45f8..67d9b245 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -2312,6 +2312,7 @@ windows( QMap& theMap ) const { theMap.clear(); theMap.insert( SalomeApp_Application::WT_ObjectBrowser, Qt::DockLeft ); + theMap.insert( SalomeApp_Application::WT_PyConsole, Qt::DockBottom ); } -- 2.39.2