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 if element == MainMenuBarArtFrame then
element:RegisterEvent("CURRENCY_DISPLAY_UPDATE") element:RegisterEvent("CURRENCY_DISPLAY_UPDATE")
end end
element:SetScale(0.000001)
end end
if element ~= MainMenuBar then if element ~= MainMenuBar and element ~= BonusActionBarFrame then
-- element:Hide() element:Hide()
end end
element:SetAlpha(0) element:SetAlpha(0)
end end