[Bug 25631] Microsoft Visio 2003-2007: incorrect size and position of RichEdit based ListBox and Combobox dialog elements (provide RichEdit REListBox20W and RECombobox20W window classes)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 11 08:23:38 CDT 2017


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

winetest at luukku.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |winetest at luukku.com

--- Comment #15 from winetest at luukku.com ---
https://source.winehq.org/git/wine.git/?a=search&h=HEAD&st=grep&s=REListBox20W

dlls/riched20/editor.c    
 248 static const WCHAR REListBox20W[] =
{'R','E','L','i','s','t','B','o','x','2','0','W', 0};
3085           UnregisterClassW(REListBox20W, 0);
5116       wcW.lpszClassName = REListBox20W;


RECombobox20W

on other hand gave no matches.

Is this partly solved or is that even enough for REListBox20W?

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