From 0f09b4d2ee05faf883700988e330943dd24acafb Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Thu, 4 Aug 2011 06:26:49 -0500 Subject: [PATCH] Same as previous commit. Files didn't get included. >.< --- Modules/Appearance/Appearance.lua | 7 ++++--- Modules/Clamp/StarTip_Clamp.toc | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Modules/Appearance/Appearance.lua b/Modules/Appearance/Appearance.lua index be65db1..7323a9a 100644 --- a/Modules/Appearance/Appearance.lua +++ b/Modules/Appearance/Appearance.lua @@ -413,11 +413,11 @@ function mod:SetUnit() end function mod:OnHide() - self:SetBackdropColor(true) + --self:SetBackdropColor(true) end function mod:OnShow() - self:SetBackdropColor() + --self:SetBackdropColor() end function mod:SetScale(reset) @@ -467,6 +467,7 @@ function mod:SetBackdrop() end end +--[[ function mod:SetBackdropColor(reset) if reset then if self.origBackdropColor then @@ -530,6 +531,6 @@ function mod:SetBackdropColor(reset) end end end - +]] diff --git a/Modules/Clamp/StarTip_Clamp.toc b/Modules/Clamp/StarTip_Clamp.toc index 4690c04..01f0c5c 100644 --- a/Modules/Clamp/StarTip_Clamp.toc +++ b/Modules/Clamp/StarTip_Clamp.toc @@ -3,7 +3,7 @@ ## Notes: Tooltips from Outerspace ## Author: Starlon ## Version: 1.0 -## Deps: StarTip +## Deps: StarTip, StarTip_Appearance ## X-Category: Tooltip ## X-Part-Of: StarTip -- 1.7.9.5