You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/display/representation-javafx/src/main/java/org/csstudio/display/builder/representation/javafx/JFXRepresentation.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -542,6 +542,9 @@ else if (model.propHeight().getValue() > 0) {
542
542
zoom_y_with_scrollbars = 1.0;
543
543
}
544
544
545
+
// Round down the zoom-level in order to avoid situations where the
546
+
// zoom-level is instead being rounded up, causing a scrollbar to
0 commit comments