Mercurial > wow > reaction
diff ReAction.lua @ 305:0211bcdfab70 stable
Merge 1.1 beta 12 to stable
author | Flick |
---|---|
date | Wed, 14 Nov 2012 16:47:27 -0800 |
parents | 0cb6a9944497 |
children |
line wrap: on
line diff
--- a/ReAction.lua Fri Aug 05 16:28:13 2011 -0700 +++ b/ReAction.lua Wed Nov 14 16:47:27 2012 -0800 @@ -95,7 +95,7 @@ -- It's fairly normal to use the Blizzard vehicle bar, and to have -- your regular buttons in the same location. If you do this, and don't -- bother to hide your buttons, they'll obscure some parts of the vehicle bar. - VehicleMenuBar:SetFrameLevel(VehicleMenuBar:GetFrameLevel()+3) +-- VehicleMenuBar:SetFrameLevel(VehicleMenuBar:GetFrameLevel()+3) self.callbacks = LibStub("CallbackHandler-1.0"):New(self) @@ -354,7 +354,7 @@ for _, f in pairs(blizzFrames) do ManageBlizzFrame(f, self.db.profile.options.hideBlizzardBars) end - ManageBlizzFrame(VehicleMenuBar, self.db.profile.options.hideBlizzardVehicleBar) + --ManageBlizzFrame(VehicleMenuBar, self.db.profile.options.hideBlizzardVehicleBar) end function ReAction:RegisterBarType( class, isDefault )