Reset action timings when eventbrowser model is reset

This commit is contained in:
baldurk
2021-07-28 11:37:14 +01:00
parent 514f05876f
commit 4bb3286d05
+1
View File
@@ -188,6 +188,7 @@ struct EventItemModel : public QAbstractItemModel
m_EIDNameCache.clear();
m_Actions.clear();
m_Chunks.clear();
m_Times.clear();
if(!m_Ctx.CurRootActions().empty())
m_Nodes[0] = CreateActionNode(NULL);