diff options
author | George Hazan <ghazan@miranda.im> | 2020-06-08 13:12:11 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-06-08 13:12:11 +0300 |
commit | e87226b07ba125c203d6a810d09cf322e8734bcf (patch) | |
tree | a36d4abe920c8424541531ef59dfd86e4d91829a /plugins | |
parent | d7fe6d0e8eba772af6603ac2631b4553687b433c (diff) |
fixes #2432 (NewStory: при открытии окна истории выделять последнее сообщение)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/NewStory/src/history.cpp | 1 |
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)); |