I have a color picker in my project. When I select a color, click on OK, it's all good, the widget state "Color Picked" has the correct color. If I try to use the color picker again after this but this time I click on Cancel - so no color is selected - the "Color Picked" still has the previous color. How can I reset this value so that I know that the Cancel button was pushed?