From 43767579125017c2d8f7930149b4503c7dd3ca18 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 24 Aug 2019 23:43:36 +0200 Subject: [PATCH] Display thread ids in options menu. --- server/TracyView.cpp | 2 ++ 1 file changed, 2 insertions(+) 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();