mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 21:23:52 +00:00
Add waiting dots to statistics menu.
This commit is contained in:
parent
aa054f1f46
commit
535d7b2da1
@ -7414,6 +7414,7 @@ void View::DrawStatistics()
|
||||
if( !m_worker.AreSourceLocationZonesReady() )
|
||||
{
|
||||
ImGui::TextWrapped( "Please wait, computing data..." );
|
||||
DrawWaitingDots( s_time );
|
||||
ImGui::End();
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user