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
modules
@ -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…
x
Reference in New Issue
Block a user