mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +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 );
|
const auto fDist = std::distance( fit, fend );
|
||||||
if( aDist == 0 && fDist == 0 )
|
if( aDist == 0 && fDist == 0 )
|
||||||
{
|
{
|
||||||
ImGui::TextUnformatted( "No memory events." );
|
TextDisabledUnformatted( "No memory events." );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -4431,7 +4431,7 @@ void View::DrawZoneInfoWindow()
|
|||||||
|
|
||||||
if( nAlloc == 0 && nFree == 0 )
|
if( nAlloc == 0 && nFree == 0 )
|
||||||
{
|
{
|
||||||
ImGui::TextUnformatted( "No memory events." );
|
TextDisabledUnformatted( "No memory events." );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user