remove debug

This commit is contained in:
xdrm-brackets 2017-12-19 17:12:13 +01:00
parent 9b7840f277
commit fce50a8c08
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ public class ContainerScrollStyleSheet{
@Override
public void changed(ObservableValue observable, Object oldValue, Object newValue) {
System.out.println(spane.getLayoutBounds().getWidth());
FlowPane child = (FlowPane) spane.getContent();
child.setPrefWidth( spane.getLayoutBounds().getWidth() );
child.setPrefHeight( spane.getLayoutBounds().getHeight() );