summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-06-08 13:12:11 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-06-08 13:12:11 +0300
commite87226b07ba125c203d6a810d09cf322e8734bcf (patch)
treea36d4abe920c8424541531ef59dfd86e4d91829a /plugins
parentd7fe6d0e8eba772af6603ac2631b4553687b433c (diff)
fixes #2432 (NewStory: при открытии окна истории выделять последнее сообщение)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/NewStory/src/history.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/history.cpp b/plugins/NewStory/src/history.cpp
index e825bc789b..b72b3543fb 100644
--- a/plugins/NewStory/src/history.cpp
+++ b/plugins/NewStory/src/history.cpp
@@ -544,6 +544,7 @@ public:
ADDEVENTS tmp = { m_hContact, db_event_first(m_hContact), -1 };
m_histControl.SendMsg(NSM_ADDEVENTS, WPARAM(&tmp), 0);
+ m_histControl.SendMsg(WM_KEYDOWN, VK_END, 0);
Window_SetIcon_IcoLib(m_hwnd, g_plugin.getIconHandle(ICO_NEWSTORY));