Fixed bug with tooltips stealing focus whenever a tooltip was created,
commitabefaa5dd24c43d7d0f1f1423d47bc5e3e5778bf
authorNoel Borthwick <noel@macadamian.com>
Thu, 22 Apr 1999 15:22:06 +0000 (22 15:22 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 22 Apr 1999 15:22:06 +0000 (22 15:22 +0000)
treedfeb484539e6f2ae977b62033a0bb5aac253eb11
parentb5e41aa5e2ccd2500f1f21d6709e080ade96797e
Fixed bug with tooltips stealing focus whenever a tooltip was created,
shown, hidden or tracked. The SetWindowPos calls needed to have the
SWP_NOACTIVATE flag set additionally.
dlls/comctl32/tooltips.c