mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-18 09:09:44 +00:00
Show trace description/filename on titlebar.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user