mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +00:00
Mark activity when zoom animation is underway.
This commit is contained in:
parent
03a17c621e
commit
1f8de433ec
@ -1290,7 +1290,8 @@ void View::HighlightThread( uint64_t thread )
|
||||
|
||||
bool View::WasActive() const
|
||||
{
|
||||
return m_worker.IsConnected();
|
||||
return m_zoomAnim.active ||
|
||||
m_worker.IsConnected();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user