Skip to content

Commit 5b9b254

Browse files
committed
CSSTUDIO-3364 Clarify comment.
1 parent 432b6fd commit 5b9b254

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/display/runtime/src/main/java/org/csstudio/display/builder/runtime/app/DisplayRuntimeInstance.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,10 @@ public void restore(final Memento memento)
249249
//
250250
// Run this inside Platform.runLater(), since
251251
// the constructor of ZoomAction also sets the zoom-
252-
// level (to 100%) using Platform.runLater().
253-
// When restoring an instance of Display Runtime,
252+
// level (to the value set by the option
253+
// 'default_zoom_factor', which by default is set
254+
// to 100%) using Platform.runLater(). When
255+
// restoring an instance of Display Runtime,
254256
// DisplayRuntime.restore() is called _after_
255257
// the constructor of ZoomAction is called and
256258
// Platform.runLater() preserves the relative

0 commit comments

Comments
 (0)