From de093fda4c3cc96ce0d834598ac80473fae7f631 Mon Sep 17 00:00:00 2001 From: Rebecca Cox Date: Mon, 6 Nov 2017 10:21:58 +0100 Subject: [PATCH] Formation names: Change color of annotations --- ApplicationCode/UserInterface/RiuPlotAnnotationTool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/UserInterface/RiuPlotAnnotationTool.cpp b/ApplicationCode/UserInterface/RiuPlotAnnotationTool.cpp index f0aaadbc30..97b26c8d03 100644 --- a/ApplicationCode/UserInterface/RiuPlotAnnotationTool.cpp +++ b/ApplicationCode/UserInterface/RiuPlotAnnotationTool.cpp @@ -42,7 +42,7 @@ void RiuPlotAnnotationTool::attachFormationNames(QwtPlot* plot, const std::vecto m_plot = plot; QPen curvePen; curvePen.setStyle(Qt::DashLine); - curvePen.setColor(Qt::blue); + curvePen.setColor(QColor(0, 0, 100)); curvePen.setWidth(1); double delta = 0.5;