controls/edit.c UPDATE message

Rizsanyi Zsolt rizsanyi at myrealbox.com
Mon Apr 8 19:33:01 CDT 2002


ChangeLog:
  -- Sending EN_UPDATE notification in the EDIT_WM_SetText - the comment
     already says, that the message is sent, but it is not...

Index: controls/edit.c
===================================================================
RCS file: /home/wine/wine/controls/edit.c,v
retrieving revision 1.91
diff -u -u -r1.91 edit.c
--- controls/edit.c     8 Apr 2002 23:46:32 -0000       1.91
+++ controls/edit.c     9 Apr 2002 00:28:56 -0000
@@ -4727,7 +4727,10 @@
          * if it is multiline, or it is part of combobox
          */
        if( !((es->style & ES_MULTILINE) || es->hwndListBox))
+       {
            EDIT_NOTIFY_PARENT(hwnd, es, EN_CHANGE, "EN_CHANGE");
+           EDIT_NOTIFY_PARENT(hwnd, es, EN_UPDATE, "EN_UPDATE");
+       }
        EDIT_EM_ScrollCaret(hwnd, es);
 }



More information about the wine-patches mailing list