From 7f57e78c611b0761d0b47e5fa5b4ec25553059c7 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Tue, 11 Nov 2008 15:51:47 +0100 Subject: [PATCH] More fixes to HideBlizzard function --- Bartender4.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Bartender4.lua b/Bartender4.lua index 1218dc5..c0fb50a 100644 --- a/Bartender4.lua +++ b/Bartender4.lua @@ -64,6 +64,9 @@ function Bartender4:HideBlizzard() -- Hide MultiBar Buttons, but keep the bars alive for i=1,12 do + _G["ActionButton" .. i]:Hide() + _G["ActionButton" .. i]:UnregisterAllEvents() + _G["MultiBarBottomLeftButton" .. i]:Hide() _G["MultiBarBottomLeftButton" .. i]:UnregisterAllEvents() @@ -101,7 +104,7 @@ function Bartender4:HideBlizzard() MainMenuBarArtFrame:Hide() --MainMenuExpBar:UnregisterAllEvents() - MainMenuExpBar:Hide() + --MainMenuExpBar:Hide() ShapeshiftBarFrame:UnregisterAllEvents() ShapeshiftBarFrame:Hide()