Menu

#1303 Blinking cursor drawing bug

closed-duplicate
5
2002-10-02
2002-09-30
Anonymous
No

TextBlinkProc() tries to draw the insertion indicator even
when it is not visible. The result of TkTextCharBbox() is
ignored (it could be -1).

TkTextCharBbox(textPtr, &index, &x, &y, &w, &h);
TkTextRedrawRegion(textPtr, x - textPtr-
>insertWidth / 2, y,
textPtr->insertWidth, h);

Discussion

  • Jeffrey Hobbs

    Jeffrey Hobbs - 2002-10-02
    • status: open --> closed-duplicate
     
  • Jeffrey Hobbs

    Jeffrey Hobbs - 2002-10-02

    Logged In: YES
    user_id=72656

    dup of Tk patch 614474