mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Dim information about no memory events.
This commit is contained in:
parent
17718b4d25
commit
b4bfdb7872
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user