From bd234bafface92ecd74dcde4d6ef05d1b756fdfd Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 29 Jul 2013 09:35:36 +0000 Subject: [PATCH] 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; --- src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx b/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx index 0ed97a6df..7f1a66daa 100644 --- a/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx +++ b/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx @@ -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 -- 2.39.2