summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/msglog.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-06-13 21:32:24 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-06-13 21:32:24 +0300
commitf5ad379cdf9f65700745114fcb8d692260ca6015 (patch)
tree7d5b7ef714c139cc97d84c452539030cb0eacdf9 /plugins/Scriver/src/msglog.cpp
parent6cf38012ad10c3eb4b4eeb758d4f83107977e1d0 (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.cpp2
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