diff --git a/server/TracyView.cpp b/server/TracyView.cpp index f2559524..18605d4e 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -6444,6 +6444,8 @@ void View::DrawOptions() ImGui::EndDragDropSource(); } ImGui::PopID(); + ImGui::SameLine(); + ImGui::TextDisabled( "(%s)", RealToString( t->id, true ) ); if( crash.thread == t->id ) { ImGui::SameLine();