We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cca51 commit 1c3999fCopy full SHA for 1c3999f
1 file changed
HMCL/src/main/java/com/jfoenix/controls/JFXRippler.java
@@ -612,6 +612,7 @@ protected void resetRippler() {
612
hoverOverlay.setY(bounds.getMinY() + diffMinY - snappedTopInset());
613
hoverOverlay.setWidth(control.getLayoutBounds().getWidth());
614
hoverOverlay.setHeight(control.getLayoutBounds().getHeight());
615
+ hoverOverlay.setClip(getMask());
616
}
617
618
0 commit comments