mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-29 10:50:35 +05:00
Bug 0020029: EDF 845 GEOM: impossible to set a negative angle for the revolution in gui.
This commit is contained in:
parent
9e61a6fb8d
commit
859c4bcf7d
@ -125,8 +125,7 @@ void GenerationGUI_RevolDlg::Init()
|
|||||||
//GroupPoints->SpinBox_DX->RangeStepAndValidator(COORD_MIN, COORD_MAX,
|
//GroupPoints->SpinBox_DX->RangeStepAndValidator(COORD_MIN, COORD_MAX,
|
||||||
// SpecificStep, DBL_DIGITS_DISPLAY);
|
// SpecificStep, DBL_DIGITS_DISPLAY);
|
||||||
// 05.06.2008 skl for IPAL12958
|
// 05.06.2008 skl for IPAL12958
|
||||||
GroupPoints->SpinBox_DX->RangeStepAndValidator(0.0, 360.0, SpecificStep,
|
GroupPoints->SpinBox_DX->RangeStepAndValidator(-360.0, 360.0, SpecificStep, DBL_DIGITS_DISPLAY);
|
||||||
DBL_DIGITS_DISPLAY);
|
|
||||||
GroupPoints->SpinBox_DX->SetValue(45.0);
|
GroupPoints->SpinBox_DX->SetValue(45.0);
|
||||||
|
|
||||||
/* signals and slots connections */
|
/* signals and slots connections */
|
||||||
|
Loading…
Reference in New Issue
Block a user