Refresh event selection after texture output is created

This commit is contained in:
baldurk
2016-11-14 15:19:24 +01:00
parent 7161891d2d
commit f44970d4ca
+2
View File
@@ -2477,6 +2477,8 @@ void TextureViewer::OnLogfileLoaded()
m_Output->SetOutputConfig(c);
RT_UpdateAndDisplay(r);
GUIInvoke::call([this]() { OnEventSelected(m_Ctx->CurEvent()); });
});
}