This commit is contained in:
huanghongxun
2019-04-03 17:02:08 +08:00
parent b198eea9e4
commit ee466d0f4c

View File

@@ -71,6 +71,7 @@ public class RipplerContainer extends StackPane {
setContainer(container);
getStyleClass().add(DEFAULT_STYLE_CLASS);
buttonRippler.setPosition(JFXRippler.RipplerPos.BACK);
buttonContainer.getChildren().add(buttonRippler);
focusedProperty().addListener((a, b, newValue) -> {
if (newValue) {