mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-27 09:50:34 +05:00
Bug 0020029: EDF 845 GEOM: impossible to set a negative angle for the revolution in gui.
This commit is contained in:
parent
163af51e38
commit
88100d9138
@ -109,7 +109,7 @@ void GenerationGUI_RevolDlg::Init()
|
||||
{
|
||||
// min, max, step and decimals for spin boxes & initial values
|
||||
double SpecificStep = 5;
|
||||
initSpinBox(GroupPoints->SpinBox_DX, 0.0, 360.0, SpecificStep, 3); // VSR: TODO: DBL_DIGITS_DISPLAY
|
||||
initSpinBox(GroupPoints->SpinBox_DX, -360.0, 360.0, SpecificStep, 3); // VSR: TODO: DBL_DIGITS_DISPLAY
|
||||
GroupPoints->SpinBox_DX->setValue(45.0);
|
||||
|
||||
// init variables
|
||||
|
Loading…
Reference in New Issue
Block a user