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

Method OnPopupExit

ColorCop/ColorCopDlg.cpp:2920–2924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2918}
2919
2920void CColorCopDlg::OnPopupExit() {
2921 bMinimized = false; // user wants to exit color cop
2922 SetupTrayIcon(); // remove the systray icon
2923 EndDialog(IDOK);
2924}
2925
2926void CColorCopDlg::SetStatusBarText(LPCTSTR statusText) {
2927 m_StatusBar.SetPaneText(0, statusText);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected