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::PopID();
ImGui::SameLine();
ImGui::TextDisabled( "(%s)", RealToString( t->id, true ) );
if( crash.thread == t->id )
{
ImGui::SameLine();