Add waiting dots to compare traces menu.

This commit is contained in:
Bartosz Taudul 2019-03-07 00:59:02 +01:00
parent 6e4bc7d9c5
commit aa054f1f46

View File

@ -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;
}