Commit 8633d16
maebahesioru
fix: use fill() instead of type() for spinbutton parameters
type() simulates keystrokes which causes decimal point to be ignored
in number inputs (e.g. '1.0' -> '10' -> clamped to max '2').
fill() sets value directly, avoiding this issue.1 parent cdcb5a0 commit 8633d16
1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
608 | 608 | | |
609 | 609 | | |
610 | 610 | | |
611 | | - | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
612 | 614 | | |
613 | 615 | | |
614 | | - | |
615 | 616 | | |
616 | | - | |
617 | | - | |
618 | | - | |
619 | | - | |
620 | | - | |
621 | | - | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| |||
0 commit comments