[Bug 8916] COMBOBOX editor stops working
http://bugs.winehq.org/show_bug.cgi?id=8916 dmitry(a)codeweavers.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From dmitry(a)codeweavers.com 2007-10-07 23:23 -------
SetWindowLongW(EditHandle, GWL_WNDPROC, GetWindowLong(EditHandle, GWL_WNDPROC));
The bug is in the above line of code, GetWindowLong(EditHandle, GWL_WNDPROC) should be GetWindowLongW(EditHandle, GWL_WNDPROC). Yes, this somehow works under Windows, we have a bug report for this already. What is more important we already have a test case for this "functionality". Marking as duplicate. *** This bug has been marked as a duplicate of 7512 *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
participants (1)
-
Wine Bugs