diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-08 18:19:19 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-08 18:19:19 +0300 |
commit | 5d015a0fe9f9cd063f3d823726d5535e8e0cac2f (patch) | |
tree | c8f8b5af17fe8b6793aaf8eac5f229034ce06d87 /plugins/Scriver/src/msglog.cpp | |
parent | 9530e3218193fa0882ccb4d8940be23c509d967b (diff) |
obsolete message removed
Diffstat (limited to 'plugins/Scriver/src/msglog.cpp')
-rw-r--r-- | plugins/Scriver/src/msglog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/msglog.cpp b/plugins/Scriver/src/msglog.cpp index fdc59bc513..8281b6f4df 100644 --- a/plugins/Scriver/src/msglog.cpp +++ b/plugins/Scriver/src/msglog.cpp @@ -836,7 +836,7 @@ void CSrmmWindow::StreamInEvents(MEVENT hDbEventFirst, int count, int fAppend) m_log.SendMsg(WM_SETREDRAW, TRUE, 0);
m_hDbEventLast = streamData.hDbEventLast;
- PostMessage(m_hwnd, DM_SCROLLLOGTOBOTTOM, 0, 0);
+ ScrollToBottom();
}
#define RTFPICTHEADERMAXSIZE 78
|