Dim location in statistics menu.

This commit is contained in:
Bartosz Taudul 2019-03-09 00:08:57 +01:00
parent 9fd8a20d7c
commit 761a08b055

View File

@ -7500,7 +7500,7 @@ void View::DrawStatistics()
m_findZone.ShowZone( v->first, name ); m_findZone.ShowZone( v->first, name );
} }
ImGui::NextColumn(); ImGui::NextColumn();
ImGui::Text( "%s:%i", m_worker.GetString( srcloc.file ), srcloc.line ); ImGui::TextDisabled( "%s:%i", m_worker.GetString( srcloc.file ), srcloc.line );
ImGui::NextColumn(); ImGui::NextColumn();
ImGui::TextUnformatted( TimeToString( m_statSelf ? v->second.selfTotal : v->second.total ) ); ImGui::TextUnformatted( TimeToString( m_statSelf ? v->second.selfTotal : v->second.total ) );
ImGui::NextColumn(); ImGui::NextColumn();