diff options
author | Mataes <mataes2007@gmail.com> | 2020-04-23 21:13:04 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2020-04-23 21:13:04 +0300 |
commit | 89853e9b3720c63fcc9a84967509795ad42d811d (patch) | |
tree | 000789aec8b5e27742ab383f2ee6d83cb306688c /plugins/NewStory/src/history_log.cpp | |
parent | 3ef977ed7d0811401a0b7bff64711bdb5837debd (diff) | |
parent | 579335fcd5bfdcf3c54e8d06f181b00bde3efa58 (diff) |
Merge branch 'master' of https://github.com/miranda-ng/miranda-ng
Diffstat (limited to 'plugins/NewStory/src/history_log.cpp')
-rw-r--r-- | plugins/NewStory/src/history_log.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/history_log.cpp b/plugins/NewStory/src/history_log.cpp index 0fb7b1134b..1bcd86ab24 100644 --- a/plugins/NewStory/src/history_log.cpp +++ b/plugins/NewStory/src/history_log.cpp @@ -73,6 +73,7 @@ public: void ScrollToBottom() override { + ::SendMessage(m_hwnd, NSM_SEEKEND, 0, 0); } }; |