Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
69b444aa
Commit
69b444aa
authored
Jan 04, 2017
by
Don Gagne
Committed by
GitHub
Jan 04, 2017
Browse files
Merge pull request #4393 from DonLakeFlyer/VehicleSelectorChecks
Remove check marks
parents
0f28c7f0
1b623edd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/toolbar/MainToolBar.qml
View file @
69b444aa
...
...
@@ -172,8 +172,7 @@ Rectangle {
id
:
vehicleMenuItemComponent
MenuItem
{
checkable
:
true
onTriggered
:
QGroundControl
.
multiVehicleManager
.
activeVehicle
=
vehicle
onTriggered
:
QGroundControl
.
multiVehicleManager
.
activeVehicle
=
vehicle
property
int
vehicleId
:
Number
(
text
.
split
(
"
"
)[
1
])
property
var
vehicle
:
QGroundControl
.
multiVehicleManager
.
getVehicleById
(
vehicleId
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment