Commit 027d89f9 authored by Don Gagne's avatar Don Gagne

Respect enabled state for palette

parent b01d1f63
......@@ -8,7 +8,7 @@ TextField {
property bool showUnits: false
property string unitsLabel: ""
property var __qgcPal: QGCPalette { colorGroupEnabled: true }
property var __qgcPal: QGCPalette { colorGroupEnabled: enabled }
textColor: __qgcPal.textFieldText
......
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