From aa054f1f46dfe4dfae86af3c0e214e7f061886d2 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 7 Mar 2019 00:59:02 +0100 Subject: [PATCH] Add waiting dots to compare traces menu. --- server/TracyView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 1aced6f7..bf638627 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -6810,6 +6810,7 @@ void View::DrawCompare() if( !m_worker.AreSourceLocationZonesReady() || !m_compare.second->AreSourceLocationZonesReady() ) { ImGui::TextWrapped( "Please wait, computing data..." ); + DrawWaitingDots( s_time ); ImGui::End(); return; }