You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed (only tested on mac). None of the normal signals work for native color dialogs, and a color is always returned even if the dialog is canceled. Solved by checking the returned QColor's "isValid" flag, which gets set to false if the user canceled the dialog.
If you bring up the color picker and press cancel, the color gets set to Black, instead of not changing anything.
The text was updated successfully, but these errors were encountered: