We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Task
Color Dialog plugin exposes public method for getting selected color, getColorFromDialog. However Color Button plugin, the main user of Color Dialog, is not using it internally. It reinvents it with its own dialog handler. It would be nice to reuse official API here.
getColorFromDialog
The text was updated successfully, but these errors were encountered:
#
beatadelura
No branches or pull requests
Are you reporting a feature or a bug?
Task
Description
Color Dialog plugin exposes public method for getting selected color,
getColorFromDialog
. However Color Button plugin, the main user of Color Dialog, is not using it internally. It reinvents it with its own dialog handler. It would be nice to reuse official API here.Other details
The text was updated successfully, but these errors were encountered: