When a capture is loaded in the API inspector, populate the events

This commit is contained in:
baldurk
2019-11-21 13:52:54 +00:00
parent 4458ab3205
commit 1c062c1eda
+1
View File
@@ -58,6 +58,7 @@ APIInspector::~APIInspector()
void APIInspector::OnCaptureLoaded()
{
OnSelectedEventChanged(m_Ctx.CurSelectedEvent());
}
void APIInspector::OnCaptureClosed()