mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-27 01:40:34 +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 );
|
aLayout->addWidget( myParamsTreeWd );
|
||||||
|
|
||||||
// get a free dockable window id
|
// get a free dockable window id
|
||||||
myWindowID = 1;
|
myWindowID = 10;
|
||||||
while( app->dockWindow( myWindowID ))
|
while( app->dockWindow( myWindowID ))
|
||||||
++myWindowID;
|
++myWindowID;
|
||||||
++myWindowID; // pb when a GEOM is a sole module: CreationInfoWdg replaces Python console
|
++myWindowID; // pb when a GEOM is a sole module: CreationInfoWdg replaces Python console
|
||||||
|
Loading…
Reference in New Issue
Block a user