[Bug 32427] Delphi listview: wrong font when using custom draw

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Dec 20 09:17:24 CST 2012


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

--- Comment #1 from Nikolay Sivov <bunglehead at gmail.com> 2012-12-20 09:17:24 CST ---
My guess would be that TCanvas getter for Handle property invalidates
underlying HDC when you request it, probably it selects some font in it and we
start using it when callback returns. Is it possible to reproduce that with
Lazarus so we could dig into VCL code?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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