Ignore:
Timestamp:
Nov 17, 1999, 6:06:23 PM (26 years ago)
Author:
cbratschi
Message:

cursor handling fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/listbox.cpp

    r1724 r1762  
    1 /* $Id: listbox.cpp,v 1.12 1999-11-13 16:42:41 cbratschi Exp $ */
     1/* $Id: listbox.cpp,v 1.13 1999-11-17 17:04:53 cbratschi Exp $ */
    22/*
    33 * Listbox controls
     
    25472547            LISTBOX_HandleMouseMove( hwnd, descr, (INT16)LOWORD(lParam),
    25482548                                     (INT16)HIWORD(lParam) );
    2549         return 1; //SvL: Bugfix -> PMWINDOW expects non-zero return value if
    2550                   //               we want to restore the default mouse cursor
     2549        return 0;
    25512550
    25522551    case WM_LBUTTONUP:
Note: See TracChangeset for help on using the changeset viewer.