Fix comctl/trackbar creation

Maxime Bellengé maxime.bellenge at wanadoo.fr
Wed Apr 23 01:22:30 CDT 2003


If you run for example edonkey 0.26+, you can see that it crashes as
soon as you enter the preference dialog box. This come from the fact
that TRACKBAR_Create sends a notification message that windows don't
send. Thus, edonkey does some stuffs on non-yet created components , so
it crashes.

The message sent is NM_TOOLTIPSCREATED. According to Dimitrie O. Paun,
if that message has to be sent, the tooltip should send it, *not*
the trackbar.

So this patch simply remove this notification message.

a+

Max

Changelog:
   * Remove the sending of NM_TOOLTIPSCREATED which is non existent 
under Windows during the creation of the trackbar.

-- 
Maxime Bellengé <maxime.bellenge at wanadoo.fr>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: trackbar.patch
Type: text/x-patch
Size: 708 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20030423/269a760a/trackbar.bin


More information about the wine-patches mailing list