Ticket #1674: patch-bug#1674.diff

File patch-bug#1674.diff, 414 bytes (added by cl21, 16 years ago)
  • src/kits/interface/TextView.cpp

     
    41944194   
    41954195    BPoint where;
    41964196    ulong buttons;
    4197     GetMouse(&where, &buttons);
     4197    GetMouse(&where, &buttons, false);
    41984198    if (Bounds().Contains(where))
    41994199        SetViewCursor(B_CURSOR_SYSTEM_DEFAULT);
    42004200}