diff --git a/modules/game_interface/gameinterface.lua b/modules/game_interface/gameinterface.lua index 8e80c566..fe244457 100644 --- a/modules/game_interface/gameinterface.lua +++ b/modules/game_interface/gameinterface.lua @@ -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 diff --git a/modules/game_questlog/questlog.lua b/modules/game_questlog/questlog.lua index afb2de5f..ef0e64dd 100644 --- a/modules/game_questlog/questlog.lua +++ b/modules/game_questlog/questlog.lua @@ -17,6 +17,9 @@ function terminate() onQuestLine = onGameQuestLine, onGameEnd = destroyWindows}) + if questLogButton then + questLogButton:destroy() + end destroyWindows() end