mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-07 15:20:58 +00:00
Reset action timings when eventbrowser model is reset
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user