]> SALOME platform Git repositories - modules/paravis.git/blobdiff - src/PVGUI/PVGUI_Module.cxx
Salome HOME
CMake improvement: usage of SALOME_GUI_MODE() macro
[modules/paravis.git] / src / PVGUI / PVGUI_Module.cxx
index 0eca4e9c2827f11af87e31490eca9fb53d484f85..ba47ba8cbcc4cbf739f64da53daae54e2e85d694 100644 (file)
@@ -442,7 +442,9 @@ void PVGUI_Module::updateMacros()
 void PVGUI_Module::windows( QMap<int, int>& m ) const
 {
   m.insert( LightApp_Application::WT_ObjectBrowser, Qt::LeftDockWidgetArea );
+#ifndef DISABLE_PYCONSOLE
   m.insert( LightApp_Application::WT_PyConsole, Qt::BottomDockWidgetArea );
+#endif
   // ParaView diagnostic output redirected here
   m.insert( LightApp_Application::WT_LogWindow, Qt::BottomDockWidgetArea );
 }