0022565: [CEA 1145] Missing WT_NoteBook in python:

by default, "Note Book" dockable window is enable only in the GEOM and SMESH modules now.
This commit is contained in:
akl 2014-04-24 18:01:46 +04:00
parent 136e10ec81
commit ffd41e46b2

View File

@ -4771,6 +4771,7 @@ LightApp_Selection* SMESHGUI::createSelection() const
void SMESHGUI::windows( QMap<int, int>& aMap ) const
{
aMap.insert( SalomeApp_Application::WT_ObjectBrowser, Qt::LeftDockWidgetArea );
aMap.insert( SalomeApp_Application::WT_NoteBook, Qt::LeftDockWidgetArea );
aMap.insert( SalomeApp_Application::WT_PyConsole, Qt::BottomDockWidgetArea );
}