Dim information about no memory events.

This commit is contained in:
Bartosz Taudul 2019-03-17 02:56:26 +01:00
parent 17718b4d25
commit b4bfdb7872

View File

@ -4398,7 +4398,7 @@ void View::DrawZoneInfoWindow()
const auto fDist = std::distance( fit, fend );
if( aDist == 0 && fDist == 0 )
{
ImGui::TextUnformatted( "No memory events." );
TextDisabledUnformatted( "No memory events." );
}
else
{
@ -4431,7 +4431,7 @@ void View::DrawZoneInfoWindow()
if( nAlloc == 0 && nFree == 0 )
{
ImGui::TextUnformatted( "No memory events." );
TextDisabledUnformatted( "No memory events." );
}
else
{