mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- potentially fix some text overflow issues that were reported with the range finder
This commit is contained in:
@ -166,6 +166,8 @@ function RangeCheck.prototype:UpdateRange()
|
||||
else
|
||||
self.frame.rangeFontString:SetText("Unknown")
|
||||
end
|
||||
|
||||
self.frame.rangeFontString:SetWidth(0)
|
||||
else
|
||||
self.frame.rangeFontString:SetText()
|
||||
end
|
||||
|
Reference in New Issue
Block a user