]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
0022287: [CEA 912] Notebook: clicking on "update study" returns an error message
authoreap <eap@opencascade.com>
Mon, 29 Jul 2013 09:35:36 +0000 (09:35 +0000)
committereap <eap@opencascade.com>
Mon, 29 Jul 2013 09:35:36 +0000 (09:35 +0000)
Pb: notebook disappeared.

   // get a free dockable window id
-  myWindowID = 1;
+  myWindowID = 10;

src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx

index 0ed97a6df203ba848972d3e7e36493a7684ebce9..7f1a66daa25229c1fe7a91662c7d29c8dbd8235a 100644 (file)
@@ -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