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

Method OnAutoNewline

DebugView++/MainFrame.cpp:1079–1082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1077}
1078
1079void CMainFrame::OnAutoNewline(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1080{
1081 m_logSources.SetAutoNewLine(!m_logSources.GetAutoNewLine());
1082}
1083
1084void CMainFrame::OnHide(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1085{

Callers

nothing calls this directly

Calls 2

SetAutoNewLineMethod · 0.45
GetAutoNewLineMethod · 0.45

Tested by

no test coverage detected