From c2bf1d5e020478529286f488ae6b304a0b41de6b Mon Sep 17 00:00:00 2001 From: Mataes Date: Wed, 6 May 2020 22:23:25 +0300 Subject: newstory: rebuild time tree after deleting history --- plugins/NewStory/src/history.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') 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*) -- cgit v1.2.3