| 1221 | } |
| 1222 | |
| 1223 | void CLogView::OnViewClearBookmarks(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1224 | { |
| 1225 | for (auto& line : m_logLines) |
| 1226 | line.bookmark = false; |
| 1227 | Invalidate(); |
| 1228 | } |
| 1229 | |
| 1230 | void CLogView::DoPaint(CDCHandle dc) |
| 1231 | { |
nothing calls this directly
no outgoing calls
no test coverage detected