mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
![]() The DoubleValidator depends on the system locale, requiring users with certain locales to enter floats with a comma instead of a dot (though confusingly floats are always represented with a decimal a dot). Instead of configuring the DoubleValidator with a locale that only accepts decimal dots, this commit uses a RegExpValidator, like other numeric fields in Cura does. |
||
---|---|---|
.. | ||
ComboBoxWithOptions.qml | ||
GcodeTextArea.qml | ||
NumericTextFieldWithUnit.qml | ||
PrintHeadMinMaxTextField.qml | ||
SimpleCheckBox.qml |