Commit 2b00efc9 authored by Don Gagne's avatar Don Gagne

Fix progress bar complete

parent 1d1c0757
......@@ -394,6 +394,7 @@ void UASParameterCommsMgr::updateSilenceTimer()
else {
//all parameters have been received, broadcast to UI
qCDebug(UASParameterCommsMgrLog) << "emitting parameterListUpToDate";
emit parameterListProgress(0.0f);
emit parameterListUpToDate();
resetAfterListReceive();
emit _stopSilenceTimer(); // Stop timer on our thread;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment