Remove the sending of NM_TOOLTIPSCREATED which is non existent under

Windows during the creation of the trackbar.
oldstable
Maxime Bellengé 2003-04-26 02:07:43 +00:00 committed by Alexandre Julliard
parent 89b1a37463
commit 5b44c77fb4
1 changed files with 1 additions and 3 deletions

View File

@ -1266,9 +1266,7 @@ TRACKBAR_Create (HWND hwnd, LPCREATESTRUCTW lpcs)
hwnd, 0, 0, 0);
if (infoPtr->hwndToolTip) {
TTTOOLINFOW ti;
TRACKBAR_SendNotify(infoPtr, NM_TOOLTIPSCREATED);
TTTOOLINFOW ti;
ZeroMemory (&ti, sizeof(ti));
ti.cbSize = sizeof(ti);
ti.uFlags = TTF_IDISHWND | TTF_TRACK | TTF_ABSOLUTE;