mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-16 08:09:41 +00:00
Check item map too for hidden items.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user