Eduardo Bart 11 years ago
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…
Cancel
Save