Description
When themes are applied, borders are not drawn properly, and show parts of other windows content (as you can see in attachment, with both Lautus and Windows XP's Luna theme).
After investigation inside comctl32, I found that control borders drawing code is properly called, but calls to GetDCEx seems to return HDC which is not drawn by the control (maybe due to the lack of DCX_PARENTCLIP flag) on WM_NCPAINT message (I looked into listview.c but I think same thing appears everywhere).
Attachments
Issue Links
- blocks
-
CORE-12285 Reactos Theming Issues [Themes / Theme-ing / Themeing]
- Untriaged
- duplicates
-
CORE-10585 [themes] Disabled text boxes does not draw
- Resolved
- relates to
-
CORE-10864 ReactOS theming problems
- Resolved