Changeset 1258 for trunk/src/user32/edit.cpp
- Timestamp:
- Oct 12, 1999, 8:14:56 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/edit.cpp
r1203 r1258 1 /* $Id: edit.cpp,v 1. 2 1999-10-08 21:24:07 cbratschiExp $ */1 /* $Id: edit.cpp,v 1.3 1999-10-12 18:14:54 sandervl Exp $ */ 2 2 /* 3 3 * Edit control … … 3216 3216 3217 3217 if (GetCapture() != hwnd) 3218 return 0;3218 return 1; //SvL: Bugfix 3219 3219 3220 3220 /* … … 3228 3228 e = EDIT_CharFromPos(hwnd, es, x, y, &after_wrap); 3229 3229 EDIT_EM_SetSel(hwnd, es, es->selection_start, e, after_wrap); 3230 return 0; 3230 3231 return 1; //SvL: Bugfix -> PMWINDOW expects non-zero return value if 3232 // we want to restore the default mouse cursor 3231 3233 } 3232 3234
Note:
See TracChangeset
for help on using the changeset viewer.