| 1041 | } |
| 1042 | |
| 1043 | void CLogView::OnViewAutoScroll(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1044 | { |
| 1045 | SetAutoScroll(!GetAutoScroll()); |
| 1046 | } |
| 1047 | |
| 1048 | void CLogView::OnViewAutoScrollStop(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1049 | { |
nothing calls this directly
no outgoing calls
no test coverage detected