- added calls to disable updates on custom modules as they are disabled so that they don't stick around on screen when they shouldn't

This commit is contained in:
Parnic
2010-09-22 00:19:13 +00:00
parent cd50276d35
commit bd96c59012
2 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,8 @@ function IceCustomBar.prototype:TargetChanged()
end
function IceCustomBar.prototype:Disable(core)
IceHUD.IceCore:RequestUpdates(self.frame, nil)
IceCustomBar.super.prototype.Disable(self, core)
end