static control: Separate WM_NCCREATE and WM_SETTEXT.
commit6ca3e6365a4c307dbb1e5e3cf01c90a297e25d9d
authorMichael Kaufmann <hallo@michael-kaufmann.ch>
Tue, 17 Jan 2006 15:08:59 +0000 (17 16:08 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 17 Jan 2006 15:08:59 +0000 (17 16:08 +0100)
tree80bcc8b817e1674062b1e9152b66b23d6fe48e3d
parent97be4fa91dda4d5a6efd8b1c04e3c8a63810cac8
static control: Separate WM_NCCREATE and WM_SETTEXT.
- Separate WM_NCCREATE and WM_SETTEXT.
- WM_SETTEXT and WM_SETFONT are ignored for static controls that don't
  display text.
- WM_SETTEXT must not be used to change the icon/bitmap/metafile.
- Immediately repaint the control on all occasions.
dlls/user/static.c