- fixed bar text not properly hiding on bars that use RegisterUnitWatch to control visibility

This commit is contained in:
Parnic
2010-10-16 03:07:19 +00:00
parent 998ff6167f
commit d315ee3e3c
5 changed files with 20 additions and 16 deletions

View File

@ -114,10 +114,6 @@ function IceCustomHealth.prototype:Enable(core)
self:CreateFrame()
self.scheduledEvent = self:ScheduleRepeatingTimer("Update", IceHUD.IceCore:UpdatePeriod())
if not IceHUD.IceCore:ShouldUseDogTags() then
self.frame:SetScript("OnHide", function() self:SetBottomText1("") self:SetBottomText2("") end)
end
end
function IceCustomHealth.prototype:Disable(core)