Commit a974c098 authored by DonLakeFlyer's avatar DonLakeFlyer Committed by Lorenz Meier

Clear cursor before disconnectAll

Since disconnectAll will kill this controller before it gets to next
statement
parent f4b4f476
......@@ -125,8 +125,8 @@ void AirframeComponentController::_rebootAfterStackUnwind(void)
QGC::SLEEP::usleep(500);
qgcApp()->processEvents(QEventLoop::ExcludeUserInputEvents);
}
qgcApp()->toolbox()->linkManager()->disconnectAll();
qgcApp()->restoreOverrideCursor();
qgcApp()->toolbox()->linkManager()->disconnectAll();
}
AirframeType::AirframeType(const QString& name, const QString& imageResource, QObject* parent) :
......
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