- minor cleanup of unused stuff in IceCore

- fixed the GCD to update its bar color as the user changes it instead of requiring re-enabling the module or reloading the ui
- clarified some tooltip text on the TargetInfo module's text blocks
- added DogTag support to the ToT module by request
This commit is contained in:
Parnic
2010-09-19 04:10:31 +00:00
parent c41a34794d
commit 36d2592e78
4 changed files with 113 additions and 54 deletions

View File

@ -22,7 +22,6 @@ function GlobalCoolDown.prototype:Enable(core)
self:Show(false)
self.frame:SetFrameStrata("TOOLTIP")
self.barFrame.bar:SetVertexColor(self:GetColor("GlobalCoolDown", 0.8))
end
function GlobalCoolDown.prototype:GetSpellId()
@ -85,6 +84,7 @@ function GlobalCoolDown.prototype:CooldownStateChanged()
self.CurrLerpTime = 0
self.moduleSettings.desiredLerpTime = dur or 1
end
self.barFrame.bar:SetVertexColor(self:GetColor("GlobalCoolDown", 0.8))
self:Show(true)
else
self.duration = nil