Compile error in acLFPainter

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37437
    HeDiBo
    Participant

    The following code is incorrect (starting at line 1548):

    Code:
    if AButtonKind = cxbkSpinUpBtn then
    sGraphUtils.DrawArrow(TmpBmp, C, clNone, R, asTop, DefaultManager.CommonSkinData.ArrowLineWidth);
    // DrawColorArrow(TmpBmp.Canvas, C, R, asTop)
    else
    sGraphUtils.DrawArrow(TmpBmp, C, clNone, R, asBottom, DefaultManager.CommonSkinData.ArrowLineWidth);
    // DrawColorArrow(TmpBmp.Canvas, C, R, asBottom)

    The ; at the end of the second line is incorrect.

    #56509
    Support
    Keymaster

    Sorry, I will fix it very soon.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.