3 - help broken
Line 403 in Help.lua
Change SetTextFontObject to SetNormalFontObject
please. thank you.
- 1 comment
- 1 comment
Facts
- Last updated on
- 04 Nov 2008
- Reported on
- 16 Oct 2008
- Status
- Accepted - Problem reproduced / Need acknowledged.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- High - Strongly want to resolve in the specified milestone.
- #1
ashberlin Sun, 19 Oct 2008 21:45:42Patch 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)