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