Display numerical thread id in thread tooltip.

This commit is contained in:
Bartosz Taudul 2019-01-23 18:15:19 +01:00
parent 71f1a0b31e
commit c67d91c6ac

View File

@ -1823,6 +1823,8 @@ void View::DrawZones()
ImGui::BeginTooltip();
ImGui::Text( "%s", m_worker.GetThreadString( v->id ) );
ImGui::SameLine();
ImGui::TextDisabled( "(0x%" PRIx64 ")", v->id );
if( crash.thread == v->id )
{
ImGui::SameLine();