http://bugs.winehq.org/show_bug.cgi?id=9615 --- Comment #32 from Nicholai Benalal <olympia(a)skydreams.org> 2008-10-07 01:48:26 --- (In reply to comment #31)
(In reply to comment #30)
"Wine's default WM_CANCELMODE handler doesn't call EndMenu() when the receiving end is a child window/control (WS_CHILD set, popup owner -> toolbar)" - where can I see this in code ?
have a look at defwnd.c around line 620. Comment out the child window condition: //if (!(GetWindowLongW( hwnd, GWL_STYLE ) & WS_CHILD)) EndMenu(); -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.