Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.2.0-beta1
-
None
-
Ubuntu 12.04 32bit, Qt Creator 3.2 (master) based on Qt5.3
-
9b6f9dfb894a8a7ea802aa32dbd187d745dece93
Description
Steps to reproduce:
- create a Qt Quick UI / Application, have a component without an implicit set color (or you can use the border property of a Rectangle,...), switch to Design
- select the component, set the color (of the border) to transparent
- set the color back to solid
Current result:
- color picker does not get repainted - stays transparent
- the color gradient beside the color picker can be used to drag the Hue value - but color picker is still not repainted
Note: this is best reproducable with a Rectangle's border. Make sure to set the width of the border to sth greater to 1 to easily verify the change.