Commit aec376dc authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

gdi32: Clear the accel flags.

parent 78687532
...@@ -6230,6 +6230,7 @@ DWORD WineEngGetFontUnicodeRanges(GdiFont *font, LPGLYPHSET glyphset) ...@@ -6230,6 +6230,7 @@ DWORD WineEngGetFontUnicodeRanges(GdiFont *font, LPGLYPHSET glyphset)
{ {
glyphset->cbThis = size; glyphset->cbThis = size;
glyphset->cRanges = num_ranges; glyphset->cRanges = num_ranges;
glyphset->flAccel = 0;
} }
return size; return size;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment