[Bug 5121] Can't display fonts in listboxes

Wine Bugs wine-bugs at winehq.org
Mon May 29 09:57:10 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=5121


fasici at linux-sevenler.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|QClxListview font problem   |Can't display fonts in
                   |                            |listboxes




------- Additional Comments From fasici at linux-sevenler.org  2006-29-05 09:57 -------
When I make the following modification, it correctly works with all windows 
version. The problem occurs when flags variable is 4.

--- a/dlls/gdi/font.c
+++ b/dlls/gdi/font.c
@@ -1653,6 +1653,7 @@ BOOL WINAPI ExtTextOutA( HDC hdc, INT x,
     BOOL ret;
     LPINT lpDxW = NULL;

+    flags = 0;
     if (flags & ETO_GLYPH_INDEX)
         return ExtTextOutW( hdc, x, y, flags, lprect, (LPCWSTR)str, count, 
lpDx );

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



More information about the wine-bugs mailing list