Fixes #232
This commit is contained in:
parent
71cccac3da
commit
befe480ec3
|
@ -586,7 +586,6 @@ function moveStackableItem(item, toPos)
|
|||
spinbox.onValueChange = spinBoxValueChange
|
||||
|
||||
scrollbar.onValueChange = function(self, value)
|
||||
item:setCount(count - value)
|
||||
itembox:setItemCount(value)
|
||||
spinbox.onValueChange = nil
|
||||
spinbox:setValue(value)
|
||||
|
|
Loading…
Reference in New Issue