mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-27 02:25:37 +05:00
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:
parent
136e10ec81
commit
ffd41e46b2
@ -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 );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user