mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 17:30: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;
|
myWindowID = 1;
|
||||||
while( app->dockWindow( myWindowID ))
|
while( app->dockWindow( myWindowID ))
|
||||||
++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)
|
void GEOMGUI_CreationInfoWdg::setOperation(const QPixmap& icon, const QString& name)
|
||||||
|
Loading…
Reference in New Issue
Block a user