You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1540,9 +1556,6 @@ function AB:SetupFlyoutButton(button)
1540
1556
end
1541
1557
1542
1558
functionAB:StyleFlyout(button, arrow)
1543
-
ifbutton.FlyoutBorderthenbutton.FlyoutBorder:SetAlpha(0) end
1544
-
ifbutton.FlyoutBorderShadowthenbutton.FlyoutBorderShadow:SetAlpha(0) end
1545
-
1546
1559
localbar=button:GetParent()
1547
1560
localbarName=bar:GetName()
1548
1561
@@ -1554,6 +1567,8 @@ function AB:StyleFlyout(button, arrow)
1554
1567
ifnotarrowthenarrow=btn.FlyoutArrowor (btn.GetArrowRotationandbtn.Arrow) or (btn.FlyoutArrowContainerandbtn.FlyoutArrowContainer.FlyoutArrowNormal) end
1555
1568
ifnotarrowthenreturnend
1556
1569
1570
+
AB:HideFlyoutShadow(button)
1571
+
1557
1572
ifbarName=='SpellBookSpellIconsFrame' orownerName=='SpellBookSpellIconsFrame' then
0 commit comments