- fixed error caused by disabling click targeting on the targethealth frame

This commit is contained in:
Parnic
2010-10-17 22:26:53 +00:00
parent a59c99d91f
commit 4ab939477f

View File

@ -734,7 +734,7 @@ function IceTargetHealth.prototype:EnableClickTargeting(bEnable)
--ClickCastFrames = ClickCastFrames or {}
--ClickCastFrames[self.frame.button] = false
self.frame.button:SetParent()
self.frame.button:SetParent(nil)
self.frame.button = nil
end
end