mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 10:08:35 +05:00
Fix for PAL6669.
This commit is contained in:
parent
9caf5aba46
commit
5d7edac26c
@ -243,7 +243,7 @@ void BasicGUI_MarkerDlg::ConstructorsClicked( int constructorId )
|
|||||||
{
|
{
|
||||||
Group2->hide();
|
Group2->hide();
|
||||||
aMainGrp->hide();
|
aMainGrp->hide();
|
||||||
resize(0, 0);
|
//PAL6669: resize(0, 0);
|
||||||
Group1->show();
|
Group1->show();
|
||||||
|
|
||||||
globalSelection( GEOM_ALLGEOM );
|
globalSelection( GEOM_ALLGEOM );
|
||||||
|
Loading…
Reference in New Issue
Block a user