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

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 )
{