pyqt-colorpicker icon indicating copy to clipboard operation
pyqt-colorpicker copied to clipboard

Return Nothing On Exit

Open Satanarious opened this issue 1 year ago • 0 comments

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.

Satanarious avatar Sep 06 '23 12:09 Satanarious