Skip to content

Commit 1c3999f

Browse files
committed
update
1 parent 74cca51 commit 1c3999f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

HMCL/src/main/java/com/jfoenix/controls/JFXRippler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ protected void resetRippler() {
612612
hoverOverlay.setY(bounds.getMinY() + diffMinY - snappedTopInset());
613613
hoverOverlay.setWidth(control.getLayoutBounds().getWidth());
614614
hoverOverlay.setHeight(control.getLayoutBounds().getHeight());
615+
hoverOverlay.setClip(getMask());
615616
}
616617
}
617618

0 commit comments

Comments
 (0)