Skip to content

Commit e0b928f

Browse files
committed
ByteMonitor: Unmanaged labels lacked 'layout'
1 parent a67a0a8 commit e0b928f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2015-2022 Oak Ridge National Laboratory.
2+
* Copyright (c) 2015-2023 Oak Ridge National Laboratory.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License v1.0
55
* which accompanies this distribution, and is available at
@@ -442,6 +442,7 @@ public void updateChanges()
442442
}
443443
else
444444
save_labels[i].setTextFill(text_color);
445+
save_labels[i].layout();
445446
}
446447
}
447448
}

0 commit comments

Comments
 (0)