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:
parent
aa054f1f46
commit
535d7b2da1
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user