mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
Fix #259
This commit is contained in:
@@ -594,6 +594,7 @@ function moveStackableItem(item, toPos)
|
||||
spinbox.firstEdit = true
|
||||
|
||||
local spinBoxValueChange = function(self, value)
|
||||
spinbox.firstEdit = false
|
||||
scrollbar:setValue(value)
|
||||
end
|
||||
spinbox.onValueChange = spinBoxValueChange
|
||||
|
Reference in New Issue
Block a user