diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-11 21:41:05 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-11 21:41:05 +0300 |
commit | 34bc77cc6768f5c4b678ff842f9d220c4e30215a (patch) | |
tree | 39fdd4958dcc005886d6bd6c3c133527254b47eb /plugins | |
parent | 299aa6117c3b11664893493587b4b51f85d9b5ce (diff) |
fixes #3908 (NewStory: кнопка Conversations не имеет визуального подтверждения нажатия)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/NewStory/src/history_dlg.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/history_dlg.cpp b/plugins/NewStory/src/history_dlg.cpp index c9f8a06a10..6127800c17 100644 --- a/plugins/NewStory/src/history_dlg.cpp +++ b/plugins/NewStory/src/history_dlg.cpp @@ -431,6 +431,7 @@ public: // filterbar btnFilter.MakePush(); btnSearch.MakePush(); + btnTimeTree.MakePush(); m_hwndChkDateFrom = GetDlgItem(m_hwnd, IDC_CHK_DATE_FROM); m_hwndChkDateTo = GetDlgItem(m_hwnd, IDC_CHK_DATE_TO); |