fix: Add UpdateSettings function to apply scale/alpha without touching visibility
This commit is contained in:
@@ -793,6 +793,14 @@ function QuestieArrow:ApplyAlpha()
|
||||
end
|
||||
end
|
||||
|
||||
function QuestieArrow:UpdateSettings()
|
||||
EnsureArrowFrame()
|
||||
if arrowFrame then
|
||||
arrowFrame:SetScale(_GetArrowScale())
|
||||
arrowFrame:SetAlpha(_GetArrowAlpha())
|
||||
end
|
||||
end
|
||||
|
||||
function QuestieArrow:Initialize()
|
||||
EnsureArrowFrame()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user