File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ class CColorHeaderCtrl : public CHeaderCtrl
31
31
void SetBackgroundColorPressed (const COLORREF cr) { m_crBackgroundPressed = cr; }
32
32
33
33
protected:
34
- COLORREF m_crText;
35
- COLORREF m_crBackground;
36
- COLORREF m_crBackgroundHot;
37
- COLORREF m_crBackgroundPressed;
34
+ COLORREF m_crText{ 0 } ;
35
+ COLORREF m_crBackground{ 0 } ;
36
+ COLORREF m_crBackgroundHot{ 0 } ;
37
+ COLORREF m_crBackgroundPressed{ 0 } ;
38
38
COLORREF m_crBackgroundTheme{ 0 };
39
- COLORREF m_crBackgroundHotTheme;
40
- COLORREF m_crBackgroundPressedTheme;
39
+ COLORREF m_crBackgroundHotTheme{ 0 } ;
40
+ COLORREF m_crBackgroundPressedTheme{ 0 } ;
41
41
BOOL m_bCustomDraw{ FALSE };
42
42
BOOL m_bPrint{ FALSE }; // To avoid infinite loop with WM_PRINTCLIENT
43
43
You can’t perform that action at this time.
0 commit comments