mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-14 15:26:02 -06:00
SpinBox fixed for values above the max value
Review comments Fixes CURA-10096
This commit is contained in:
parent
83bef10cfb
commit
3187ef14cf
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ Item
|
|||
{
|
||||
var value = spinBox.valueFromText(text);
|
||||
text = spinBox.textFromValue(value);
|
||||
spinBox.value = value;
|
||||
base.value = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue