summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgdlgother.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-10-16 16:37:41 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-10-16 16:37:41 +0300
commit46e67c5053479beafce3716ec8be4f7e997e7fc9 (patch)
tree2f1ca53d3efd175f0b9d396c54d108cfc39411f1 /plugins/TabSRMM/src/msgdlgother.cpp
parent47b79689fcbe77ab19eb577487ef70642fa291f7 (diff)
common code went to the core
Diffstat (limited to 'plugins/TabSRMM/src/msgdlgother.cpp')
-rw-r--r--plugins/TabSRMM/src/msgdlgother.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgdlgother.cpp b/plugins/TabSRMM/src/msgdlgother.cpp
index f9d345a4d8..10fcd4b601 100644
--- a/plugins/TabSRMM/src/msgdlgother.cpp
+++ b/plugins/TabSRMM/src/msgdlgother.cpp
@@ -1548,7 +1548,10 @@ void CMsgDialog::RemakeLog()
m_szMicroLf[0] = 0;
m_lastEventTime = 0;
m_iLastEventType = -1;
- StreamEvents(m_hDbEventFirst, -1, 0);
+
+ CSuper::RemakeLog();
+
+ DM_ScrollToBottom(0, 0);
}
/////////////////////////////////////////////////////////////////////////////////////////