I don't know about all the windows stuff but I'm not sure that this is the right place. I already had the same problem with a normal dialog. http://www.winehq.com/hypermail/wine-devel/2002/08/0192.html and the "solution": http://www.winehq.com/hypermail/wine-devel/2002/09/0435.html
Looks like (almost) every item has the double clicks flag set in
Windows but
not in wine. So maybe a more general approach is needed.
Not really, we just need to make sure we have CS_DBLCLKS everywhere we need it. Does this fix your problem?
RCS file: /opt/cvs-commit/wine/windows/dialog.c,v
- CS_GLOBALCLASS | CS_SAVEBITS, /* style */
- CS_GLOBALCLASS | CS_SAVEBITS | CS_DBLCLKS, /* style */
Yes, works fine, also when I remove my setting of the style. Thanks. And already committed... :)
bye Fabi