mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-19 00:00:36 +05:00
Fix Mirror Dialog not appearing on recent native Qt4 systems
This commit is contained in:
parent
a131a06c18
commit
067e5f9d10
@ -139,7 +139,7 @@ void TransformationGUI_MirrorDlg::Init()
|
|||||||
initName(tr("GEOM_MIRROR"));
|
initName(tr("GEOM_MIRROR"));
|
||||||
|
|
||||||
ConstructorsClicked(0);
|
ConstructorsClicked(0);
|
||||||
resize(0,0);
|
resize(minimumSizeHint());
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user