user: Do not force repainting on WM_WINDOWPOSCHANGED in combobox.
commita20d0336274a8f361021ed48160701781cfe2f40
authorDmitry Timoshkov <dmitry@codeweavers.com>
Sun, 27 Aug 2006 08:54:05 +0000 (27 17:54 +0900)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 28 Aug 2006 09:36:42 +0000 (28 11:36 +0200)
tree4ec98dfa2a26453e89a7ae5dbb7593ec4a8aa2f1
parent336f34f652ee3d3142276e8043ae290fa7cfa974
user: Do not force repainting on WM_WINDOWPOSCHANGED in combobox.

- do not force repainting on WM_WINDOWPOSCHANGED in combobox, it
  breaks Z-order based painting.
- do nothing in the combobox WM_ERASEBKGND handler do all painting in
  WM_PAINT like Windows does.
dlls/user/combo.c