Fix #545
This commit is contained in:
@@ -71,6 +71,7 @@ public class RipplerContainer extends StackPane {
|
|||||||
setContainer(container);
|
setContainer(container);
|
||||||
|
|
||||||
getStyleClass().add(DEFAULT_STYLE_CLASS);
|
getStyleClass().add(DEFAULT_STYLE_CLASS);
|
||||||
|
buttonRippler.setPosition(JFXRippler.RipplerPos.BACK);
|
||||||
buttonContainer.getChildren().add(buttonRippler);
|
buttonContainer.getChildren().add(buttonRippler);
|
||||||
focusedProperty().addListener((a, b, newValue) -> {
|
focusedProperty().addListener((a, b, newValue) -> {
|
||||||
if (newValue) {
|
if (newValue) {
|
||||||
|
|||||||
Reference in New Issue
Block a user