Salome HOME
0022325: [CEA 932] YACS: python console (display the python console in YACS module)
authorakl <akl@opencascade.com>
Wed, 25 Sep 2013 07:22:57 +0000 (07:22 +0000)
committerakl <akl@opencascade.com>
Wed, 25 Sep 2013 07:22:57 +0000 (07:22 +0000)
src/salomegui/Yacsgui.cxx

index eb132bed68703382a9633cf276d76fbe8fa9d04d..07997f0fcd4064f0b41393d2453fdefd7184512e 100644 (file)
@@ -204,7 +204,7 @@ void Yacsgui::windows( QMap<int, int>& theMap ) const
   DEBTRACE("Yacsgui::windows");
   theMap.clear();
   theMap.insert( SalomeApp_Application::WT_ObjectBrowser, Qt::LeftDockWidgetArea );
-//   theMap.insert( SalomeApp_Application::WT_PyConsole,     Qt::BottomDockWidgetArea );
+  theMap.insert( SalomeApp_Application::WT_PyConsole,     Qt::BottomDockWidgetArea );
 }
 
 QString  Yacsgui::engineIOR() const