[Bug 59463] New: Use of OpenThemeData() on treeview causes rendering bugs
http://bugs.winehq.org/show_bug.cgi?id=59463 Bug ID: 59463 Summary: Use of OpenThemeData() on treeview causes rendering bugs Product: Wine Version: 11.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: uxtheme Assignee: wine-bugs@list.winehq.org Reporter: p@perkele.cc Distribution: --- Created attachment 80450 --> http://bugs.winehq.org/attachment.cgi?id=80450 Repro See attached program. Circles are drawn instead of treeview expand marks after use of OpenThemeData(). Original context was my code using theme data to render checkbox images for use in treeview. Attached program has been simplified to do nothing else but trigger the bug. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59463 --- Comment #1 from Piotr Pawłowski <p@perkele.cc> --- Same behavior can be provoked on Windows if you SetWindowTheme(wndTree, L"explorer", L"button"). OpenThemeData() alters current window theme (it should not?), also comctl32 code seems to rely on current OpenThemeData() behavior - see COMCTL32_OpenThemeForWindow(). -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59463 Piotr Pawłowski <p@perkele.cc> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase -- 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.
participants (1)
-
WineHQ Bugzilla