From: akl Date: Thu, 24 Apr 2014 14:01:10 +0000 (+0400) Subject: 0022565: [CEA 1145] Missing WT_NoteBook in python: X-Git-Tag: V7_4_0rc1~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4546ee39707fa6387621517e267c7e0f7d976653;p=modules%2Fgeom.git 0022565: [CEA 1145] Missing WT_NoteBook in python: by default, "Note Book" dockable window is enable only in the GEOM and SMESH modules now. --- diff --git a/src/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index fab29f562..f10e4a026 100644 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -1961,6 +1961,7 @@ void GeometryGUI::onWindowActivated( SUIT_ViewWindow* win ) void GeometryGUI::windows( QMap& mappa ) const { mappa.insert( SalomeApp_Application::WT_ObjectBrowser, Qt::LeftDockWidgetArea ); + mappa.insert( SalomeApp_Application::WT_NoteBook, Qt::LeftDockWidgetArea ); mappa.insert( SalomeApp_Application::WT_PyConsole, Qt::BottomDockWidgetArea ); if ( myCreationInfoWdg ) mappa.insert( myCreationInfoWdg->getWinID(), Qt::LeftDockWidgetArea );