mirror of
https://github.com/edubart/otclient.git
synced 2025-05-12 23:39:19 +02:00
Fix #259
This commit is contained in:
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…
x
Reference in New Issue
Block a user