Skip to content
Snippets Groups Projects
Commit 52ed9757 authored by Johannes Eder's avatar Johannes Eder
Browse files

fixed initial simulation label text

parent 297e5941
No related branches found
No related tags found
1 merge request!1204015
DiamondContentVisualBase.java a81e76e85706ad38b6c22bbcd1cc5a5696737e3d GREEN
LineLinkGraph.java 85a06a553f88f7b9fb4bd9c06411725d9fb160fc GREEN
LineLinkVisualBase.java b21eefe578d20555bca2522c4ed7096ed0a8d6e5 YELLOW
LineSegment.java 0eb65adbd2320b32688989f72b83d598c5a45404 YELLOW
LineSegment.java 1abd12c80003fe41cbf240867a48847ae8d8afbf YELLOW
RectangularBorderLocation.java 824472c353534d1094ae4f735a30a231b885f050 GREEN
RectangularContentAnchorageVisualBase.java 39981dc29cac42d77c6ffe855ecc8ccad1689230 GREEN
RectangularContentVisualBase.java aeeda282f330180b1f339e3230810eccea2e7e7b GREEN
......
......@@ -93,7 +93,7 @@ final class LineSegment {
label = null;
}
if(simulationLabelText != null) {
simulationLabel = new Text(labelText);
simulationLabel = new Text(simulationLabelText);
simulationLabel.setTextAlignment(TextAlignment.CENTER);
simulationLabel.setTextOrigin(VPos.TOP);
simulationLabel.setFill(Color.RED);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment