]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Add Python Console to a list of VISU windows
authorjfa <jfa@opencascade.com>
Fri, 24 Jun 2005 12:24:33 +0000 (12:24 +0000)
committerjfa <jfa@opencascade.com>
Fri, 24 Jun 2005 12:24:33 +0000 (12:24 +0000)
src/VISUGUI/VisuGUI.cxx

index 8e9a45f807d3671ea35a87ede902058d08155fed..67d9b24534c90b5eb76e192342f8ac1c78b77260 100644 (file)
@@ -2312,6 +2312,7 @@ windows( QMap<int, int>& theMap ) const
 {
   theMap.clear();
   theMap.insert( SalomeApp_Application::WT_ObjectBrowser, Qt::DockLeft );
+  theMap.insert( SalomeApp_Application::WT_PyConsole, Qt::DockBottom );
 }