Commit 8d84e36b authored by Don Gagne's avatar Don Gagne

Merge pull request #2853 from DonLakeFlyer/Instruments

Instruments not updating correctly.
parents 5a0e8e54 f1a6fb09
......@@ -73,7 +73,7 @@ Rectangle {
id: attitude
y: _topBottomMargin
size: parent.width * 0.95
active: active
active: instrumentPanel.active
anchors.horizontalCenter: parent.horizontalCenter
}
......@@ -112,7 +112,7 @@ Rectangle {
anchors.topMargin: _spacing
anchors.top: _spacer2.bottom
size: parent.width * 0.95
active: active
active: instrumentPanel.active
anchors.horizontalCenter: parent.horizontalCenter
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment