Skip to content

Commit

Permalink
send changes on mousewheel instantly
Browse files Browse the repository at this point in the history
  • Loading branch information
Friedolino committed Dec 14, 2023
1 parent a35399a commit a38b009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mruby-zest/example/NumericInput.qml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ Widget {
#~ puts "increment #{increment.to_s}"
value = self.label.to_f
value = value + increment
$remote.setf(self.parent.extern, value)
self.label = value.to_s
self.damage_self

Expand Down

0 comments on commit a38b009

Please sign in to comment.