Display thread color boxes in messages list.

This commit is contained in:
Bartosz Taudul 2019-11-27 01:38:47 +01:00
parent a7d2d5f08b
commit 3e47fd6bcd

View File

@ -7837,6 +7837,8 @@ void View::DrawMessages()
}
ImGui::PopID();
ImGui::NextColumn();
SmallColorBox( GetThreadColor( tid, 0 ) );
ImGui::SameLine();
ImGui::TextUnformatted( m_worker.GetThreadName( tid ) );
ImGui::SameLine();
ImGui::TextDisabled( "(%s)", RealToString( tid, true ) );