mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 09:20:35 +05:00
0022287: [CEA 912] Notebook: clicking on "update study" returns an error message
Pb: notebook disappeared. // get a free dockable window id - myWindowID = 1; + myWindowID = 10;
This commit is contained in:
parent
79367306ff
commit
bd234baffa
@ -66,7 +66,7 @@ GEOMGUI_CreationInfoWdg::GEOMGUI_CreationInfoWdg( SalomeApp_Application* app )
|
||||
aLayout->addWidget( myParamsTreeWd );
|
||||
|
||||
// get a free dockable window id
|
||||
myWindowID = 1;
|
||||
myWindowID = 10;
|
||||
while( app->dockWindow( myWindowID ))
|
||||
++myWindowID;
|
||||
++myWindowID; // pb when a GEOM is a sole module: CreationInfoWdg replaces Python console
|
||||
|
Loading…
Reference in New Issue
Block a user