Skip to content
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

[BUG] Color slider doesn't update when using setColor() #52

Open
seedee opened this issue Jan 14, 2024 · 1 comment
Open

[BUG] Color slider doesn't update when using setColor() #52

seedee opened this issue Jan 14, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@seedee
Copy link

seedee commented Jan 14, 2024

Describe the bug
setColor() doesn't seem to update the position of the color slider (neither hue, brightness or saturation is updated)

Code snippets

public void setAccentColor(Color accentColor) {
    accentColorPicker.setColor(accentColor);
}

Capture

@seedee seedee added the bug Something isn't working label Jan 14, 2024
@dheid
Copy link
Owner

dheid commented Jan 14, 2024

Cool! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants