pyqt-colorpicker
pyqt-colorpicker copied to clipboard
Return Nothing On Exit
Currently, if you press the cancel/exit button it returns the last color. It would be better to return None
or an invalid QColor
value, maybe something like QColor((256,256,256,256))
when the cancel button is pressed instead of the last color. Pressing the cancel/exit button should just exit the dialog and not return anything or the previously mentioned values.