Skip to content

Commit

Permalink
make numericInput always start with current value
Browse files Browse the repository at this point in the history
  • Loading branch information
Friedolino committed Dec 27, 2023
1 parent 3f21ca4 commit 5f6552b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mruby-zest/qml/Valuator.qml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Widget {
elsif(ev.buttons.include? :rightButton)
if(children.empty?)
#create_radial
numeric_input(root.fine_mode)
numeric_input(true)
end
elsif(ev.buttons.include? :middleButton)
reset
Expand Down

0 comments on commit 5f6552b

Please sign in to comment.