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

Display thread ids in options menu.

This commit is contained in:
Bartosz Taudul 2019-08-24 23:43:36 +02:00
parent 2b9ec14c92
commit 4376757912

View File

@ -6444,6 +6444,8 @@ void View::DrawOptions()
ImGui::EndDragDropSource(); ImGui::EndDragDropSource();
} }
ImGui::PopID(); ImGui::PopID();
ImGui::SameLine();
ImGui::TextDisabled( "(%s)", RealToString( t->id, true ) );
if( crash.thread == t->id ) if( crash.thread == t->id )
{ {
ImGui::SameLine(); ImGui::SameLine();