Skip to content

Commit 10962b2

Browse files
committed
(dangling comment of) Fix scrollbars being stuck.
1 parent 01c0b8c commit 10962b2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/com/brunomnsilva/smartgraph/containers/ContentZoomScrollPane.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,6 @@ private void zoomContent(double pivotX, double pivotY, ZoomDirection direction)
242242
setHvalue(h);
243243
setVvalue(v);
244244

245-
System.out.printf("H = %4.2f | V = %4.2f \n", h, v);
246-
247245
scaleFactorProperty.set(scaleTotal);
248246
}
249247
}

0 commit comments

Comments
 (0)