Show trace description/filename on titlebar.

This commit is contained in:
Bartosz Taudul
2023-06-29 23:53:37 +02:00
parent 0cb6d8588b
commit 57bd63dab6
5 changed files with 30 additions and 1 deletions

View File

@@ -671,7 +671,7 @@ bool View::DrawImpl()
if( !m_titleSet && m_stcb )
{
m_titleSet = true;
m_stcb( m_worker.GetCaptureName().c_str() );
UpdateTitle();
}
ImGuiViewport* viewport = ImGui::GetMainViewport();