mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 20:33:52 +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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if( !hidden )
|
||||||
|
{
|
||||||
|
for( auto& v : m_tc.GetItemMap() )
|
||||||
|
{
|
||||||
|
if( !v.second->IsVisible() )
|
||||||
|
{
|
||||||
|
hidden = true;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if( hidden )
|
if( hidden )
|
||||||
{
|
{
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user