| 1269 | } |
| 1270 | |
| 1271 | void CLogView::SetAutoScroll(bool enable) |
| 1272 | { |
| 1273 | m_autoScrollDown = enable; |
| 1274 | if (enable) |
| 1275 | ScrollDown(); |
| 1276 | } |
| 1277 | |
| 1278 | bool CLogView::GetAutoScrollStop() const |
| 1279 | { |
nothing calls this directly
no outgoing calls
no test coverage detected