mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Fix #259
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user