mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- named the player targeting/click frame so it shows up in Clique's config
This commit is contained in:
@ -497,7 +497,7 @@ function PlayerHealth.prototype:CreateBackground(redraw)
|
||||
PlayerHealth.super.prototype.CreateBackground(self)
|
||||
|
||||
if not self.frame.button then
|
||||
self.frame.button = CreateFrame("Button", nil, self.frame, "SecureUnitButtonTemplate")
|
||||
self.frame.button = CreateFrame("Button", "IceHUD_PlayerClickFrame", self.frame, "SecureUnitButtonTemplate")
|
||||
end
|
||||
|
||||
self.frame.button:ClearAllPoints()
|
||||
|
Reference in New Issue
Block a user