mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-18 14:10:38 +05:00
0020321: EDF : Some windows do not appear depending on the platform (MinimumSizeHint())
This commit is contained in:
parent
146c0b3d6a
commit
a6c9711ba9
@ -112,7 +112,7 @@ EntityGUI_3DSketcherDlg::EntityGUI_3DSketcherDlg( GeometryGUI* theGeometryGUI, Q
|
||||
|
||||
setHelpFileName( "create_3dsketcher_page.html" );
|
||||
|
||||
resize(0,0);
|
||||
resize(100,100);
|
||||
Init();
|
||||
}
|
||||
|
||||
|
@ -326,7 +326,7 @@ void EntityGUI_SketcherDlg::Init()
|
||||
|
||||
MainWidget->RadioButton1->setChecked( true );
|
||||
|
||||
resize( 0, 0 );
|
||||
resize(100,100);
|
||||
TypeClicked( 0 );
|
||||
|
||||
GEOMBase_Helper::displayPreview( false, true, true, myLineWidth );
|
||||
@ -347,7 +347,7 @@ void EntityGUI_SketcherDlg::InitClick()
|
||||
Group3Spin->hide();
|
||||
Group4Spin->hide();
|
||||
|
||||
resize( 0, 0 );
|
||||
resize(100,100);
|
||||
}
|
||||
|
||||
|
||||
|
@ -90,7 +90,7 @@ OperationGUI_Fillet2dDlg::OperationGUI_Fillet2dDlg (GeometryGUI* theGeometryGUI,
|
||||
|
||||
// Initialisation
|
||||
Init();
|
||||
resize(0,0);
|
||||
resize(100,100);
|
||||
}
|
||||
|
||||
//=================================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user