From: jfa Date: Fri, 24 Jun 2005 12:24:33 +0000 (+0000) Subject: Add Python Console to a list of VISU windows X-Git-Tag: T3_0_0_a4~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bc532fed6f2d56c3bb70b402fe02456fbc977bff;p=modules%2Fvisu.git Add Python Console to a list of VISU windows --- 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 ); }