diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-13 21:32:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-13 21:32:24 +0300 |
commit | f5ad379cdf9f65700745114fcb8d692260ca6015 (patch) | |
tree | 7d5b7ef714c139cc97d84c452539030cb0eacdf9 /plugins/Scriver/src/msglog.cpp | |
parent | 6cf38012ad10c3eb4b4eeb758d4f83107977e1d0 (diff) |
fixes #1413 (Miranda 0.95.8.1 Scriver Log doesn't work anymore)
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 8281b6f4df..fdc59bc513 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;
- ScrollToBottom();
+ PostMessage(m_hwnd, DM_SCROLLLOGTOBOTTOM, 0, 0);
}
#define RTFPICTHEADERMAXSIZE 78
|