QmlDesigner.PropertyEditor: Fixing color chooser

Task-number: QTCREATORBUG-11904
Change-Id: I94d073cae9a162ff2dc6567cb7805ba4df66365f
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
Thomas Hartmann
2014-04-25 12:30:18 +02:00
parent 93f529aea3
commit eb32e5713c

View File

@@ -142,7 +142,7 @@ Column {
} }
ColorCheckButton { ColorCheckButton {
id: checkButton id: checkButton
color: colorButton.color color: backendendValue.value
} }
ButtonRow { ButtonRow {