From aad788778e2d126be79ceec805934ad4c5500d80 Mon Sep 17 00:00:00 2001 From: stv Date: Fri, 3 Jun 2005 11:30:21 +0000 Subject: [PATCH] Added LogWindow support for GEOM --- src/GEOMGUI/GeometryGUI.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index da79dd19f..398543400 100644 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -1370,6 +1370,7 @@ void GeometryGUI::windows( QMap& mappa ) const { mappa.insert( SalomeApp_Application::WT_ObjectBrowser, Qt::DockLeft ); mappa.insert( SalomeApp_Application::WT_PyConsole, Qt::DockBottom ); + mappa.insert( SalomeApp_Application::WT_LogWindow, Qt::DockBottom ); } void GeometryGUI::viewManagers( QStringList& lst ) const -- 2.39.2