- Use SetWindowPos to move the buddy window into position instead of
authorRobert Shearman <rob@codeweavers.com>
Fri, 15 Apr 2005 14:08:39 +0000 (14:08 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 15 Apr 2005 14:08:39 +0000 (14:08 +0000)
commit21f9465067c1997a32ccb69bb41cd7f18c446b53
tree74953be0902df70aa63ae6345bca8b9e782361d4
parent04efa1338c90fefd9d6cd37c209b83d4fca9c9b3
- Use SetWindowPos to move the buddy window into position instead of
  destroying it and recreating it at the new position.
- Clear the background in WM_VSCROLL to avoid problems with
  antialiased text drawing on top of itself multiple times.
dlls/comctl32/datetime.c