Fixes to scrollbar

This commit is contained in:
Henrique Santiago
2012-09-01 20:16:17 -03:00
parent 23097980a3
commit c9688551f3
3 changed files with 4 additions and 4 deletions

View File

@@ -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