WoWInterface SVN CloseUp

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 26 to Rev 27
    Reverse comparison

Rev 26 → Rev 27

trunk/CloseUp/core.lua
7,14 → 7,16
-- someone wanted the feature to hide the dressing rooms' backgrounds
local function ToggleBG(notog)
if not notog then CU_HideBG = not CU_HideBG end
local f = (CU_HideBG and DressUpBackgroundTopLeft.Hide) or DressUpBackgroundTopLeft.Show
f(DressUpBackgroundTopLeft)
f(DressUpBackgroundTopRight)
f(DressUpBackgroundBotLeft)
f(DressUpBackgroundBotRight)
if AuctionDressUpBackgroundTop then
f(AuctionDressUpBackgroundTop)
f(AuctionDressUpBackgroundBot)
if DressUpBackgroundTopLeft then
local f = (CU_HideBG and DressUpBackgroundTopLeft.Hide) or DressUpBackgroundTopLeft.Show
f(DressUpBackgroundTopLeft)
f(DressUpBackgroundTopRight)
f(DressUpBackgroundBotLeft)
f(DressUpBackgroundBotRight)
if AuctionDressUpBackgroundTop then
f(AuctionDressUpBackgroundTop)
f(AuctionDressUpBackgroundBot)
end
end
end
 
trunk/CloseUp/CloseUp.toc
2,7 → 2,7
## Title: CloseUp
## Notes: Adds model viewing flexibility
## Author: TotalPackage
## Version: 7.3.001
## Version: 7.3.002
## X-Category: Interface Enhancements
## SavedVariables: CU_HideBG