mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 18:30:36 +05:00
Fix bugs with size of dialog box for Sketch construction on Windows
This commit is contained in:
parent
8c3982597d
commit
066a0505a9
@ -345,10 +345,11 @@ void EntityGUI_SketcherDlg::Init()
|
|||||||
|
|
||||||
MainWidget->RadioButton1->setChecked( true );
|
MainWidget->RadioButton1->setChecked( true );
|
||||||
|
|
||||||
resize(100,100);
|
|
||||||
TypeClicked( 0 );
|
TypeClicked( 0 );
|
||||||
|
|
||||||
FindLocalCS();
|
FindLocalCS();
|
||||||
|
resize(100,100);
|
||||||
|
|
||||||
|
|
||||||
GEOMBase_Helper::displayPreview( false, true, true, myLineWidth );
|
GEOMBase_Helper::displayPreview( false, true, true, myLineWidth );
|
||||||
}
|
}
|
||||||
@ -367,8 +368,6 @@ void EntityGUI_SketcherDlg::InitClick()
|
|||||||
Group2Spin->hide();
|
Group2Spin->hide();
|
||||||
Group3Spin->hide();
|
Group3Spin->hide();
|
||||||
Group4Spin->hide();
|
Group4Spin->hide();
|
||||||
|
|
||||||
resize(100,100);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user