mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- fixed text getting rotated along with bars when choosing the "rotate 90 degrees" option
This commit is contained in:
@ -776,7 +776,7 @@ end
|
||||
-- OVERRIDE
|
||||
function IceTargetInfo.prototype:CreateFrame(redraw)
|
||||
if not (self.frame) then
|
||||
self.frame = CreateFrame("Button", "IceHUD_"..self.elementName, self.parent, "SecureUnitButtonTemplate")
|
||||
self.frame = CreateFrame("Button", "IceHUD_"..self.elementName, self.masterFrame, "SecureUnitButtonTemplate")
|
||||
end
|
||||
|
||||
-- Parnic - yes, 200 is fairly arbitrary. make a best effort for long names to fit
|
||||
|
Reference in New Issue
Block a user