[Bug 45689] Quik 7: Regression in ComboBox after " Introduce ComboBox control" commit - empty drop-down list

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 22 15:21:18 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=45689

Fabian Maurer <dark.shadow4 at web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dark.shadow4 at web.de

--- Comment #4 from Fabian Maurer <dark.shadow4 at web.de> ---
Thanks for reporting, what a stupid little issue.

The program doesn't add the combobox items the usual way, instead it enumerates
the window to get the combobox, and then sends the listbox the new elements
directly.
However, this only works when it finds the combobox properly - but the name was
mispelled as "Combobox" while it should be "ComboBox".

Patch to fix the issue: https://source.winehq.org/patches/data/150043
Note that you will need a proper rebuild, or it won't work. Don't ask me why
though.

-- 
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.



More information about the wine-bugs mailing list