MCPcopy Create free account
hub / github.com/ColorCop/ColorCop / OnEraseBkgnd

Method OnEraseBkgnd

ColorCop/ColorCopDlg.cpp:3522–3531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3520
3521
3522BOOL CColorCopDlg::OnEraseBkgnd(CDC* pDC) {
3523 if (m_Appflags & DarkMode) {
3524 CRect rc;
3525 GetClientRect(&rc);
3526 pDC->FillSolidRect(&rc, RGB(32, 32, 32));
3527 return TRUE;
3528 }
3529
3530 return CDialog::OnEraseBkgnd(pDC);
3531}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected