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() )
{
ImGui::TextWrapped( "Please wait, computing data..." );
DrawWaitingDots( s_time );
ImGui::End();
return;
}