Changeset 1446 for trunk/src/user32/edit.cpp
- Timestamp:
- Oct 25, 1999, 10:17:41 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/edit.cpp
r1433 r1446 1 /* $Id: edit.cpp,v 1. 8 1999-10-24 22:56:03sandervl Exp $ */1 /* $Id: edit.cpp,v 1.9 1999-10-25 20:17:17 sandervl Exp $ */ 2 2 /* 3 3 * Edit control … … 3175 3175 3176 3176 //SvL: Set focus 3177 SetFocus(hwnd);3177 // SetFocus(hwnd); 3178 3178 3179 3179 if (!(es->flags & EF_FOCUSED))
Note:
See TracChangeset
for help on using the changeset viewer.