3 - help broken
Line 403 in Help.lua
Change SetTextFontObject to SetNormalFontObject
please. thank you.
- 1 comment
- 1 comment
Facts
- Last updated
- Mar 30, 2012
- Reported
- Oct 16, 2008
- Status
- Accepted - Problem reproduced / Need acknowledged.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- High - Strongly want to resolve in the specified milestone.
- Votes
- 1
- Reply
- #1
ashberlin Oct 19, 2008 at 21:45 UTC - 0 likesPatch to fix it:
Index: Help.lua
===================================================================
--- Help.lua (revision 206)
+++ Help.lua (working copy)
@@ -400,7 +400,7 @@
text:SetJustifyH("LEFT")
frame:SetFontString(text)
text:SetText(name)
- frame:SetTextFontObject(GameFontHighlight)
+ frame:SetNormalFontObject(GameFontHighlight)
frame:SetHeight(16)
frame:EnableMouse(true)
frame:SetScript("OnEnter", TreeLine_OnEnter)