QmlDesigner.PropertyEditor: Fixing usability issue for color editing

Task-number: QTCREATORBUG-12621
Task-number: QTCREATORBUG-12563

Change-Id: I6834633be92f2fcdf85995604490ceea14af9ef6
Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
This commit is contained in:
Thomas Hartmann
2014-07-28 18:33:48 +02:00
parent 50540c34d3
commit 882eb4f335

View File

@@ -252,7 +252,7 @@ Item {
}
onPressed: positionChanged(mouse)
onClicked: colorButton.clicked()
onReleased: colorButton.clicked()
}
Rectangle {
anchors.fill: parent