Skip to content

Commit 92a275e

Browse files
committed
boss button scaled wrong when spawned during combat (wrong parent)
1 parent 1c1d6e1 commit 92a275e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ElvUI/Mainline/Modules/ActionBars/ExtraAB.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ function AB:ExtraButtons_UpdateScale()
125125
AB:ExtraButtons_ZoneScale()
126126

127127
local scale = E.db.actionbar.extraActionButton.scale
128-
_G.ExtraActionBarFrame:SetScale(scale)
128+
_G.ExtraActionBarFrame:SetScale(scale * E.uiscale)
129+
_G.ExtraActionBarFrame:SetIgnoreParentScale(true)
129130

130131
local width, height = _G.ExtraActionBarFrame.button:GetSize()
131132
ExtraActionBarHolder:SetSize(width * scale, height * scale)

0 commit comments

Comments
 (0)