BeniS 11 years ago
parent 469df27d9b
commit b34cc18f98

@ -594,6 +594,7 @@ function moveStackableItem(item, toPos)
spinbox.firstEdit = true spinbox.firstEdit = true
local spinBoxValueChange = function(self, value) local spinBoxValueChange = function(self, value)
spinbox.firstEdit = false
scrollbar:setValue(value) scrollbar:setValue(value)
end end
spinbox.onValueChange = spinBoxValueChange spinbox.onValueChange = spinBoxValueChange

@ -17,6 +17,9 @@ function terminate()
onQuestLine = onGameQuestLine, onQuestLine = onGameQuestLine,
onGameEnd = destroyWindows}) onGameEnd = destroyWindows})
if questLogButton then
questLogButton:destroy()
end
destroyWindows() destroyWindows()
end end

Loading…
Cancel
Save