diff options
author | Mataes <mataes2007@gmail.com> | 2020-05-06 22:23:25 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2020-05-06 22:23:25 +0300 |
commit | c2bf1d5e020478529286f488ae6b304a0b41de6b (patch) | |
tree | 423145ed5e78bf195cc0683f1b1d63f0a9873e81 /plugins/NewStory | |
parent | 4bd4d88d8f34dc027a3182314887d5ab5ac60621 (diff) |
newstory: rebuild time tree after deleting history
Diffstat (limited to 'plugins/NewStory')
-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 ce1675c549..ea0b5be5bd 100644 --- a/plugins/NewStory/src/history.cpp +++ b/plugins/NewStory/src/history.cpp @@ -611,6 +611,7 @@ public: { m_histControl.SendMsg(NSM_DELETE, 0, 0); UpdateTitle(); + TimeTreeBuild(); } void onClick_TimeTree(CCtrlButton*) |