Skip to content
Snippets Groups Projects
Commit 81e01211 authored by Nate Weibley's avatar Nate Weibley
Browse files

Reflow flight mode layout even when joystick control is enabled

parent 0c215d46
No related branches found
No related tags found
No related merge requests found
......@@ -136,10 +136,9 @@ QGCView {
running: true
onTriggered: {
recalcModePositions()
if (rcInMode.value == 1) {
showDialog(joystickEnabledDialogComponent, title, 50, 0)
} else {
recalcModePositions()
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment