Skip to content

Commit cbcac99

Browse files
committed
fix flyouts on retail
1 parent 69c7f89 commit cbcac99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElvUI/Core/Modules/ActionBars/ActionBars.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1551,7 +1551,7 @@ function AB:StyleFlyout(button, arrow)
15511551
local ownerName = owner and owner:GetName()
15521552

15531553
local btn = (ownerName == 'SpellBookSpellIconsFrame' and parent) or button
1554-
if not arrow then arrow = btn.FlyoutArrow or (btn.FlyoutArrowContainer and btn.FlyoutArrowContainer.FlyoutArrowNormal) end
1554+
if not arrow then arrow = btn.Arrow or btn.FlyoutArrow or (btn.FlyoutArrowContainer and btn.FlyoutArrowContainer.FlyoutArrowNormal) end
15551555
if not arrow then return end
15561556

15571557
if barName == 'SpellBookSpellIconsFrame' or ownerName == 'SpellBookSpellIconsFrame' then

0 commit comments

Comments
 (0)