-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
JFXRippler -fx-background-radius ignored #724
Comments
how about using JFXButton instead? |
That's still a problem, that was just a quick example. So, any ideas? |
well, you can extend JFXRippler and override the method getMask() |
Thanks a lot, I'll try |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
If you use the
-fx-background-radius
attribute on a JFXRippler object, it will be ignored.Example:
This code will generate a rippler that exceeds the button corners, as you can see on these screenshots.
Any help?
The text was updated successfully, but these errors were encountered: