- fixed text on bars using RegisterUnitWatch to be hidden properly (more fallout from the change in r644 - this was specific to people that had dogtag support disabled)

This commit is contained in:
Parnic
2010-10-14 05:50:03 +00:00
parent 3f3eabf8df
commit 99c45e7312
4 changed files with 18 additions and 2 deletions

View File

@ -258,6 +258,10 @@ function FocusHealth.prototype:Enable(core)
-- for showing/hiding the frame based on unit visibility
self.frame:SetAttribute("unit", self.unit)
RegisterUnitWatch(self.frame)
if not IceHUD.IceCore:ShouldUseDogTags() then
self.frame:SetScript("OnHide", function() self:SetBottomText1("") self:SetBottomText2("") end)
end
end
function FocusHealth.prototype:CreateBackground()