LibDogTag-3.0

3 - help broken

Line 403 in Help.lua

Change SetTextFontObject to SetNormalFontObject

please. thank you.

User When Change
Zhinjio Tue, 04 Nov 2008 05:42:07 Changed status from New to Accepted
Zhinjio Thu, 16 Oct 2008 07:00:39 Create

You must login to post a comment. Don't have an account? Register to get one!

  • 1 comment
  • Avatar of ashberlin ashberlin Sun, 19 Oct 2008 21:45:42

    Patch 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)

  • 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.

Reported by

Possible assignees

Votes (Total: +3, Average: +3.0)