diff --git a/server/TracyView.cpp b/server/TracyView.cpp index bf638627..cf8a30ff 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -7414,6 +7414,7 @@ void View::DrawStatistics() if( !m_worker.AreSourceLocationZonesReady() ) { ImGui::TextWrapped( "Please wait, computing data..." ); + DrawWaitingDots( s_time ); ImGui::End(); return; }