mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed bar text not properly hiding on bars that use RegisterUnitWatch to control visibility
This commit is contained in:
@ -646,10 +646,6 @@ function IceTargetHealth.prototype:Enable(core)
|
||||
self:Update(self.unit)
|
||||
|
||||
RegisterUnitWatch(self.frame)
|
||||
|
||||
if not IceHUD.IceCore:ShouldUseDogTags() then
|
||||
self.frame:SetScript("OnHide", function() self:SetBottomText1("") self:SetBottomText2("") end)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user