Setting on 89.9 as a limit, enforce in dialog and properties

This commit is contained in:
bgbsww
2023-11-20 20:42:29 -05:00
committed by wwmayer
parent 10f257ac59
commit 26f3254a2f
2 changed files with 2 additions and 2 deletions

View File

@@ -1153,7 +1153,7 @@ HelixPrimitive::HelixPrimitive(std::shared_ptr<Ui_DlgPrimitives> ui, Part::Helix
ui->helixPitch->setRange(0, INT_MAX);
ui->helixHeight->setRange(0, INT_MAX);
ui->helixRadius->setRange(0, INT_MAX);
ui->helixAngle->setRange(-89.99, 89.99);
ui->helixAngle->setRange(-89.9, 89.9);
if (feature) {
ui->helixPitch->setValue(feature->Pitch.getQuantityValue());