Ignore:
Timestamp:
Nov 2, 1999, 8:13:01 PM (26 years ago)
Author:
sandervl
Message:

FS bugfixes

File:
1 edited

Legend:

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

    r1446 r1550  
    1 /* $Id: edit.cpp,v 1.9 1999-10-25 20:17:17 sandervl Exp $ */
     1/* $Id: edit.cpp,v 1.10 1999-11-02 19:13:00 sandervl Exp $ */
    22/*
    33 *      Edit control
     
    31743174        BOOL after_wrap;
    31753175
    3176         //SvL: Set focus
    3177 //        SetFocus(hwnd);
    3178 
    31793176        if (!(es->flags & EF_FOCUSED))
    31803177                return 0;
     
    34623459                EDIT_InvalidateText(hwnd, es, es->selection_start, es->selection_end);
    34633460        ShowCaret(hwnd);
    3464 //SvL: TEST
    3465 //        EDIT_NOTIFY_PARENT(hwnd, EN_SETFOCUS, "EN_SETFOCUS");
     3461        EDIT_NOTIFY_PARENT(hwnd, EN_SETFOCUS, "EN_SETFOCUS");
    34663462}
    34673463
Note: See TracChangeset for help on using the changeset viewer.