- more fixes for compatibility between clique and the info modules

This commit is contained in:
Parnic
2010-10-16 19:35:42 +00:00
parent 8a980e45eb
commit 1f2738432b
2 changed files with 10 additions and 3 deletions

View File

@ -915,6 +915,10 @@ function PlayerHealth.prototype:EnableClickTargeting(bEnable)
else
self.frame.button:EnableMouse(false)
self.frame.button:RegisterForClicks()
-- set up click casting
ClickCastFrames = ClickCastFrames or {}
ClickCastFrames[self.frame.button] = true
end
end