Skip to content

Commit d704475

Browse files
authored
Merge pull request #2402 from tynanford/stripchart
use foreground color for stripchart y axis
2 parents f0db19f + 2195098 commit d704475

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ private void updateModel()
332332
config.setName(axis.title().getValue());
333333
config.setRange(axis.minimum().getValue(), axis.maximum().getValue());
334334
config.setAutoScale(axis.autoscale().getValue());
335+
config.setColor(model.getPlotForeground());
335336
config.setLogScale(axis.logscale().getValue());
336337
config.setGridVisible(axis.grid().getValue());
337338
config.setVisible(axis.visible().getValue());

0 commit comments

Comments
 (0)