File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
app/display/runtime/src/main/java/org/csstudio/display/builder/runtime/app Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments