++myWindowID; // pb when a GEOM is a sole module: CreationInfoWdg replaces Python console

This commit is contained in:
eap 2013-07-26 16:10:25 +00:00
parent 84eccf2fcf
commit 79367306ff

View File

@ -69,6 +69,7 @@ GEOMGUI_CreationInfoWdg::GEOMGUI_CreationInfoWdg( SalomeApp_Application* app )
myWindowID = 1;
while( app->dockWindow( myWindowID ))
++myWindowID;
++myWindowID; // pb when a GEOM is a sole module: CreationInfoWdg replaces Python console
}
void GEOMGUI_CreationInfoWdg::setOperation(const QPixmap& icon, const QString& name)