1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Move vis data to timeline controller.

This commit is contained in:
Bartosz Taudul
2022-08-20 17:02:29 +02:00
parent 49bda91be5
commit 655d8a01ea
10 changed files with 120 additions and 104 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ void View::DrawNotificationArea()
}
{
bool hidden = false;
for( auto& v : m_visData )
for( auto& v : m_tc.GetVisData() )
{
if( !v.second.visible )
{