fix: speed up slider redraws

This commit is contained in:
Xurkon
2026-06-06 14:33:35 -05:00
parent 1ca426ee9f
commit f5d8e24810
4 changed files with 10 additions and 5 deletions
@@ -47,6 +47,7 @@ describe("QuestieLearner data source mode", function()
it("exposes learner tooltip controls and tooltip resize support", function()
local general = read("Modules/Options/GeneralTab/QuestieOptionsGeneral.lua")
local defaults = read("Modules/Options/QuestieOptionsDefaults.lua")
local advanced = read("Modules/Options/AdvancedTab/QuestieOptionsAdvanced.lua")
local tip = read("Modules/Tooltips/Tooltip.lua")
local handler = read("Modules/Tooltips/TooltipHandler.lua")
local learner = read("Modules/QuestieLearner.lua")
@@ -66,6 +67,8 @@ describe("QuestieLearner data source mode", function()
assert.is_true(has(learner, "learnerTooltipShowSpawn"))
assert.is_true(has(learner, "_CountLearnedNpcSpawns(entry)"))
assert.is_true(has(learner, "_ShowLearnerTooltipFrame(GameTooltip, rendered)"))
assert.is_true(has(advanced, "QuestieOptionsUtils:Delay(0.05, QuestieQuest.SmoothReset"))
assert.is_true(has(advanced, "QuestieOptionsUtils:Delay(0.05, QuestieOptions.ClusterRedraw"))
end)
it("allows learner mode to draw pins from a single learned spawn when needed", function()