MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / DoPaint

Method DoPaint

DebugView++/LogView.cpp:1230–1237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1228}
1229
1230void CLogView::DoPaint(CDCHandle dc)
1231{
1232 RECT rect;
1233 dc.GetClipBox(&rect);
1234 dc.FillSolidRect(&rect, Colors::BackGround);
1235
1236 DefWindowProc(WM_PAINT, reinterpret_cast<WPARAM>(dc.m_hDC), 0);
1237}
1238
1239std::wstring CLogView::GetName() const
1240{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected