mirror of
https://github.com/wolfpld/tracy
synced 2026-02-15 01:32:13 +00:00
Dim information about no memory events.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user