[Bug 44410] UltraISO setup uses wrong char widths in path edit box

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jan 24 04:08:36 CST 2018


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

--- Comment #1 from Thomas Faber <thomas.faber at reactos.org> ---
Created attachment 60336
  --> https://bugs.winehq.org/attachment.cgi?id=60336
Hacky patch

Attached patch is a quick hack that makes the issue go away. This is suboptimal
because we now duplicate caching for chars vs glyphs. Instead, the already
existing glyphs cache (ScriptCache::page) should be used to look up the correct
index into a singular widths cache if necessary.

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