At least I identified the problem frame

This commit is contained in:
Logan Payton
2018-02-23 01:02:39 -05:00
parent ac9cde1345
commit a41b76db36
+2 -3
View File
@@ -383,11 +383,10 @@ function AB:DisableBlizzard()
if element == MainMenuBarArtFrame then
element:RegisterEvent("CURRENCY_DISPLAY_UPDATE")
end
element:SetScale(0.000001)
end
if element ~= MainMenuBar then
-- element:Hide()
if element ~= MainMenuBar and element ~= BonusActionBarFrame then
element:Hide()
end
element:SetAlpha(0)
end