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

Method OnOptionsOmitsymbol

ColorCop/ColorCopDlg.cpp:2493–2501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2491}
2492
2493void CColorCopDlg::OnOptionsOmitsymbol() {
2494 m_Appflags ^= OmitPound;
2495 if (m_Appflags & OmitPound)
2496 SetStatusBarText(IDS_OMITSYMBOL, 1);
2497 else
2498 SetStatusBarText(IDS_OMITSYMBOL, 2);
2499
2500 FigurePound();
2501}
2502
2503void CColorCopDlg::FigurePound() {
2504 // This function adds or removes characters from the hex edit control

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected