Changeset 1762 for trunk/src/user32/listbox.cpp
- Timestamp:
- Nov 17, 1999, 6:06:23 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/listbox.cpp
r1724 r1762 1 /* $Id: listbox.cpp,v 1.1 2 1999-11-13 16:42:41cbratschi Exp $ */1 /* $Id: listbox.cpp,v 1.13 1999-11-17 17:04:53 cbratschi Exp $ */ 2 2 /* 3 3 * Listbox controls … … 2547 2547 LISTBOX_HandleMouseMove( hwnd, descr, (INT16)LOWORD(lParam), 2548 2548 (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; 2551 2550 2552 2551 case WM_LBUTTONUP:
Note:
See TracChangeset
for help on using the changeset viewer.