-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Color Picker Improvements #2557
Conversation
LGTM |
Why is the custom color button not enabled anywhere? I don't think there's a need to make it optional, just enable it. What is the need to hide it in any case? |
The already support largest, custom palettes. There is simply no need to open a full-blown QColorDialog when assigning a cue color. The custom color button will be used for the color replace dialog, where it makes sense to allow picking arbitrary colors. |
Consider a user experimenting with adding another color to their palette but they aren't sure exactly what color they want that to be yet. Currently this user would have to go into the preferences to edit the palette, switch to the main window, right click the hotcue and click the new color, and repeat this for every small adjustment to the color. This would be easier if they could access the color picker directly from the cue menu. Or maybe a user has some reason for setting a specific hotcue to a color they rarely use. Anyway, the code is already implemented, there is plenty of screen space available for the cue menu, it gives the user much more flexibility, and does not increase the complexity of the code. I don't think there's a good reason to hide the custom color button. |
QFlags
for color picker options