| 3146 | } |
| 3147 | |
| 3148 | void CColorCopDlg::OnCaptureChanged(CWnd* pWnd) { |
| 3149 | // This is called when the app has lost capture |
| 3150 | |
| 3151 | if ((m_isEyedropping) || (m_isMagnifying)) { |
| 3152 | StopCapture(); |
| 3153 | } |
| 3154 | CDialog::OnCaptureChanged(pWnd); |
| 3155 | } |
| 3156 | |
| 3157 | void CColorCopDlg::FireOptionMenu() { |
| 3158 | // Pop up the system menu when a user hits SHIFT + F10 (right click equivalent) |
nothing calls this directly
no outgoing calls
no test coverage detected