Browse Source

Merge pull request #4576 from pritamghanghas/master

Fixed a small binding loop in RallyPointEditorHeader.qml
QGC4.4
Don Gagne 8 years ago committed by GitHub
parent
commit
1ecca67850
  1. 2
      src/MissionEditor/RallyPointEditorHeader.qml

2
src/MissionEditor/RallyPointEditorHeader.qml

@ -37,7 +37,7 @@ QGCFlickable {
anchors.left: parent.left anchors.left: parent.left
anchors.right: parent.right anchors.right: parent.right
anchors.top: editorLabel.bottom anchors.top: editorLabel.bottom
height: helpLabel.y + helpLabel.height + (_margin * 2) height: infoLabel.height + helpLabel.height + (_margin * 2)
color: qgcPal.windowShadeDark color: qgcPal.windowShadeDark
radius: _radius radius: _radius

Loading…
Cancel
Save