Mercurial > wow > reaction
comparison modules/HideBlizzard.lua @ 149:61d89f0918ca
raised frame level for Blizzard's vehicle bar
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Fri, 08 May 2009 00:22:56 +0000 |
parents | 320a93c5f72c |
children | f300c3ffc3fa |
comparison
equal
deleted
inserted
replaced
148:de1da46dadb3 | 149:61d89f0918ca |
---|---|
30 self.db.RegisterCallback(self,"OnProfileCopied", "OnProfileChanged") | 30 self.db.RegisterCallback(self,"OnProfileCopied", "OnProfileChanged") |
31 self.db.RegisterCallback(self,"OnProfileReset", "OnProfileChanged") | 31 self.db.RegisterCallback(self,"OnProfileReset", "OnProfileChanged") |
32 | 32 |
33 self.hiddenFrame = CreateFrame("Frame") | 33 self.hiddenFrame = CreateFrame("Frame") |
34 self.hiddenFrame:Hide() | 34 self.hiddenFrame:Hide() |
35 | |
36 -- It's fairly normal to use the Blizzard vehicle bar, and to have | |
37 -- your regular buttons in the same location. If you do this, and don't | |
38 -- bother to hide your buttons, they'll obscure some parts of the vehicle bar. | |
39 VehicleMenuBar:SetFrameLevel(VehicleMenuBar:GetFrameLevel()+3) | |
35 | 40 |
36 ReAction:RegisterOptions(self, { | 41 ReAction:RegisterOptions(self, { |
37 hide = { | 42 hide = { |
38 name = L["Hide Blizzard Action Bars"], | 43 name = L["Hide Blizzard Action Bars"], |
39 desc = L["Hide the default main bar and extra action bars"], | 44 desc = L["Hide the default main bar and extra action bars"], |