# HG changeset patch # User Flick # Date 1241742176 0 # Node ID 61d89f0918cac9ec687df0bfd440feac095713ed # Parent de1da46dadb3072a3c567cba7240d3dbe958259c raised frame level for Blizzard's vehicle bar diff -r de1da46dadb3 -r 61d89f0918ca modules/HideBlizzard.lua --- a/modules/HideBlizzard.lua Fri May 08 00:06:53 2009 +0000 +++ b/modules/HideBlizzard.lua Fri May 08 00:22:56 2009 +0000 @@ -33,6 +33,11 @@ self.hiddenFrame = CreateFrame("Frame") self.hiddenFrame:Hide() + -- 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) + ReAction:RegisterOptions(self, { hide = { name = L["Hide Blizzard Action Bars"],