diff options
Diffstat (limited to 'plugins/NewStory/src/history_dlg.cpp')
-rw-r--r-- | plugins/NewStory/src/history_dlg.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_dlg.cpp b/plugins/NewStory/src/history_dlg.cpp index 6127800c17..4e74bbe53f 100644 --- a/plugins/NewStory/src/history_dlg.cpp +++ b/plugins/NewStory/src/history_dlg.cpp @@ -430,9 +430,12 @@ public: // filterbar btnFilter.MakePush(); - btnSearch.MakePush(); btnTimeTree.MakePush(); + btnSearch.MakePush(); + if (m_dwOptions & WND_OPT_SEARCHBAR) + btnSearch.Push(true); + m_hwndChkDateFrom = GetDlgItem(m_hwnd, IDC_CHK_DATE_FROM); m_hwndChkDateTo = GetDlgItem(m_hwnd, IDC_CHK_DATE_TO); m_hwndDateFrom = GetDlgItem(m_hwnd, IDC_DATE_FROM); |