Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/FlyView/FlyView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ Item {
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: parent.bottom
anchors.topMargin: toolbar.height + _widgetMargin
z: QGroundControl.zOrderTopMost
visible: false
}
Expand Down
Loading