Browse Source

Fixed bugs in custom widget and 3D view.

QGC4.4
Lionel Heng 15 years ago
parent
commit
2f721788a5
  1. 1
      src/ui/designer/QGCActionButton.cc
  2. 2
      src/ui/map3D/Pixhawk3DWidget.cc

1
src/ui/designer/QGCActionButton.cc

@ -24,6 +24,7 @@ const char* kActionLabels[MAV_ACTION_NB] = @@ -24,6 +24,7 @@ const char* kActionLabels[MAV_ACTION_NB] =
"CALIBRATE RC",
"CALIBRATE GYRO",
"CALIBRATE MAG",
"CALIBRATE ACC",
"CALIBRATE PRESSURE",
"START REC",
"PAUSE REC",

2
src/ui/map3D/Pixhawk3DWidget.cc

@ -574,8 +574,6 @@ Pixhawk3DWidget::display(void) @@ -574,8 +574,6 @@ Pixhawk3DWidget::display(void)
lastRobotZ = robotZ;
recenterCamera(robotY, robotX, -robotZ);
return;
}
if (followCamera)

Loading…
Cancel
Save