mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Check item map too for hidden items.
This commit is contained in:
parent
10faf16aee
commit
e41deb1ff6
@ -197,6 +197,18 @@ void View::DrawNotificationArea()
|
||||
break;
|
||||
}
|
||||
}
|
||||
if( !hidden )
|
||||
{
|
||||
for( auto& v : m_tc.GetItemMap() )
|
||||
{
|
||||
if( !v.second->IsVisible() )
|
||||
{
|
||||
hidden = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if( hidden )
|
||||
{
|
||||
ImGui::SameLine();
|
||||
|
Loading…
x
Reference in New Issue
Block a user