diff --git a/server/TracyView.cpp b/server/TracyView.cpp index a2128705..5660557d 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -1291,7 +1291,9 @@ void View::HighlightThread( uint64_t thread ) bool View::WasActive() const { return m_zoomAnim.active || - m_worker.IsConnected(); + m_notificationTime > 0 || + m_worker.IsConnected() || + !m_worker.IsBackgroundDone(); } }