mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Fixes to scrollbar
This commit is contained in:
@@ -487,7 +487,7 @@ function moveStackableItem(item, toPos)
|
||||
|
||||
scrollbar.onValueChange = function(self, value)
|
||||
spinbox.onValueChange = nil
|
||||
spinbox:setValue(math.round(value))
|
||||
spinbox:setValue(value)
|
||||
spinbox.onValueChange = spinBoxValueChange
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user