mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 01:23:14 +08:00
SpinBox fixed for values above the max value
Review comments Fixes CURA-10096
This commit is contained in:
parent
83bef10cfb
commit
3187ef14cf
@ -115,7 +115,7 @@ Item
|
||||
{
|
||||
var value = spinBox.valueFromText(text);
|
||||
text = spinBox.textFromValue(value);
|
||||
spinBox.value = value;
|
||||
base.value = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user