1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

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
+1
View File
@@ -61,6 +61,7 @@ void View::DrawInfo()
if( ImGui::InputTextWithHint( "##traceDesc", "Enter description of the trace", buf, 256 ) )
{
m_userData.SetDescription( buf );
if( m_stcb ) UpdateTitle();
}
}