https://bugs.winehq.org/show_bug.cgi?id=48494
Bug ID: 48494 Summary: Toolbar should handle CDRF_NEWFONT Product: Wine Version: 5.0-rc6 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: katayama.hirofumi.mz@gmail.com Distribution: ---
Wine Toolbar controls of comctl32 didn't implement CustomDraw CDRF_NEWFONT. So, the application can't change the font of toolbar items.
https://bugs.winehq.org/show_bug.cgi?id=48494
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Do you have an example of an application affected by this?
https://bugs.winehq.org/show_bug.cgi?id=48494
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1
https://bugs.winehq.org/show_bug.cgi?id=48494
--- Comment #2 from katayama.hirofumi.mz@gmail.com --- Created attachment 67766 --> https://bugs.winehq.org/attachment.cgi?id=67766 Sample Program (custom01.zip)
https://bugs.winehq.org/show_bug.cgi?id=48494
--- Comment #3 from katayama.hirofumi.mz@gmail.com --- Created attachment 67767 --> https://bugs.winehq.org/attachment.cgi?id=67767 The screenshot of custom01
https://bugs.winehq.org/show_bug.cgi?id=48494
--- Comment #4 from katayama.hirofumi.mz@gmail.com --- Created attachment 67768 --> https://bugs.winehq.org/attachment.cgi?id=67768 Sample Program (custom02.zip)
https://bugs.winehq.org/show_bug.cgi?id=48494
--- Comment #5 from katayama.hirofumi.mz@gmail.com --- Created attachment 67769 --> https://bugs.winehq.org/attachment.cgi?id=67769 The screenshot of custom02
https://bugs.winehq.org/show_bug.cgi?id=48494
--- Comment #6 from katayama.hirofumi.mz@gmail.com --- The sample program custom02 shows toolbar custom draw. See also screenshot2.png.
https://bugs.winehq.org/show_bug.cgi?id=48494
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com --- For listview sample, only problematic thing is text color and background color, is that's your issue?
Please try to be explicit about issues you see, and avoid mixing different components together - in original report you were talking about Toolbar.
https://bugs.winehq.org/show_bug.cgi?id=48494
--- Comment #8 from katayama.hirofumi.mz@gmail.com --- Sorry, adding custom01 is my mistake. Please ignore it.