Skip to content

Commit e0526e2

Browse files
committed
fix: only apply the backdrop for icon & aura bar
1 parent 4a1197f commit e0526e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/Skins/Addons/WeakAuras.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ local function SkinWeakAuras(frame, regionType)
122122
return
123123
end
124124

125-
CreateBackdropAndShadow(frame)
126-
127125
if regionType == "icon" then
126+
CreateBackdropAndShadow(frame)
128127
SkinIconRegion(frame)
129128
elseif regionType == "aurabar" then
129+
CreateBackdropAndShadow(frame)
130130
SkinAurabarRegion(frame)
131131
end
132132

0 commit comments

Comments
 (0)