1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-02 05:33:53 +00:00

Add waiting dots to statistics menu.

This commit is contained in:
Bartosz Taudul 2019-03-07 00:59:43 +01:00
parent aa054f1f46
commit 535d7b2da1

View File

@ -7414,6 +7414,7 @@ void View::DrawStatistics()
if( !m_worker.AreSourceLocationZonesReady() ) if( !m_worker.AreSourceLocationZonesReady() )
{ {
ImGui::TextWrapped( "Please wait, computing data..." ); ImGui::TextWrapped( "Please wait, computing data..." );
DrawWaitingDots( s_time );
ImGui::End(); ImGui::End();
return; return;
} }