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
c72f3bed
Commit
c72f3bed
authored
Mar 09, 2017
by
DonLakeFlyer
Browse files
No drag areas is not specifiesCoordinate
parent
d3b5726d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/MissionEditor/SimpleItemMapVisual.qml
View file @
c72f3bed
...
@@ -51,7 +51,7 @@ Item {
...
@@ -51,7 +51,7 @@ Item {
}
}
function
showDragArea
()
{
function
showDragArea
()
{
if
(
!
_dragAreaShowing
)
{
if
(
!
_dragAreaShowing
&&
_missionItem
.
specifiesCoordinate
)
{
_dragArea
=
dragAreaComponent
.
createObject
(
map
)
_dragArea
=
dragAreaComponent
.
createObject
(
map
)
_dragAreaShowing
=
true
_dragAreaShowing
=
true
}
}
...
...
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