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

Method OnFileExit

ColorCop/ColorCopDlg.cpp:2275–2277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2273}
2274
2275void CColorCopDlg::OnFileExit() {
2276 EndDialog(IDOK);
2277}
2278
2279void CColorCopDlg::OnOptionsAlwaysontop() {
2280 m_Appflags ^= AlwaysOnTop;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected