Browse Source

Hiding setpoint once timed out

QGC4.4
pixhawk 14 years ago
parent
commit
989a897ee7
  1. 1
      src/ui/HSIDisplay.h

1
src/ui/HSIDisplay.h

@ -91,6 +91,7 @@ public slots: @@ -91,6 +91,7 @@ public slots:
statusMessage = "";
if (actionPending) statusMessage = "TIMED OUT, NO ACTION";
statusClearTimer.start();
userSetPointSet = false;
actionPending = false;
}

Loading…
Cancel
Save