Skip to content

Commit 107c1ce

Browse files
committed
Revert "CSSTUDIO-3429 Call pane.layout() on the JavaFX Application Thread at a later point in time."
This reverts commit f6f64f6.
1 parent f6f64f6 commit 107c1ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/display/representation-javafx/src/main/java/org/csstudio/display/builder/representation/javafx/widgets/ByteMonitorRepresentation.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ protected Pane createJFXNode() throws Exception
8383
horizontal = model_widget.propHorizontal().getValue();
8484
addLEDs(pane);
8585
pane.setManaged(false);
86-
Platform.runLater(() -> pane.layout());
87-
8886
return pane;
8987
}
9088

0 commit comments

Comments
 (0)