Fix #259
This commit is contained in:
parent
469df27d9b
commit
b34cc18f98
|
@ -594,6 +594,7 @@ function moveStackableItem(item, toPos)
|
|||
spinbox.firstEdit = true
|
||||
|
||||
local spinBoxValueChange = function(self, value)
|
||||
spinbox.firstEdit = false
|
||||
scrollbar:setValue(value)
|
||||
end
|
||||
spinbox.onValueChange = spinBoxValueChange
|
||||
|
|
|
@ -17,6 +17,9 @@ function terminate()
|
|||
onQuestLine = onGameQuestLine,
|
||||
onGameEnd = destroyWindows})
|
||||
|
||||
if questLogButton then
|
||||
questLogButton:destroy()
|
||||
end
|
||||
destroyWindows()
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue