From 535d7b2da12d95e36a42f12e7d87131172a99b13 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 7 Mar 2019 00:59:43 +0100 Subject: [PATCH] Add waiting dots to statistics menu. --- server/TracyView.cpp | 1 + 1 file changed, 1 insertion(+) 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; }