From 4546ee39707fa6387621517e267c7e0f7d976653 Mon Sep 17 00:00:00 2001 From: akl Date: Thu, 24 Apr 2014 18:01:10 +0400 Subject: [PATCH] 0022565: [CEA 1145] Missing WT_NoteBook in python: by default, "Note Book" dockable window is enable only in the GEOM and SMESH modules now. --- src/GEOMGUI/GeometryGUI.cxx | 1 + 1 file changed, 1 insertion(+) 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 );