QmlDesigner.PropertyEditor: Color controls now use color scheme when modified

This commit is contained in:
Christiaan Janssen
2010-02-26 16:48:12 +01:00
parent 6fccaf1a0d
commit de393339fc
2 changed files with 63 additions and 7 deletions
@@ -15,7 +15,7 @@ QWidget {
evaluate();
}
property var isEnabled: comboBox.enabled
property var isEnabled: lineEdit.enabled
onIsEnabledChanged: {
evaluate();
}