mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 09:20:35 +05:00
++myWindowID; // pb when a GEOM is a sole module: CreationInfoWdg replaces Python console
This commit is contained in:
parent
84eccf2fcf
commit
79367306ff
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user