Browse Source

Fixed a small binding loop in RallyPointEditorHeader.qml

QGC4.4
Pritam Ghanghas 8 years ago
parent
commit
f854e93a78
  1. 2
      src/MissionEditor/RallyPointEditorHeader.qml

2
src/MissionEditor/RallyPointEditorHeader.qml

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

Loading…
Cancel
Save