From 85bf09cefe383634efa0b701a9f36062f7c8a971 Mon Sep 17 00:00:00 2001 From: Gaute Lindkvist Date: Fri, 7 Feb 2020 15:47:37 +0100 Subject: [PATCH] #5390 Make edge color of measurement symbols same as the symbol --- ApplicationCode/ProjectDataModel/RimWellMeasurementCurve.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationCode/ProjectDataModel/RimWellMeasurementCurve.cpp b/ApplicationCode/ProjectDataModel/RimWellMeasurementCurve.cpp index 5b24de37fd..1e1b0ce2d3 100644 --- a/ApplicationCode/ProjectDataModel/RimWellMeasurementCurve.cpp +++ b/ApplicationCode/ProjectDataModel/RimWellMeasurementCurve.cpp @@ -146,6 +146,7 @@ void RimWellMeasurementCurve::onLoadDataAndUpdate( bool updateParentPlot ) setSymbol( getSymbolForMeasurementKind( m_measurementKind() ) ); setColor( getColorForMeasurementKind( measurementKind() ) ); + setSymbolEdgeColor( getColorForMeasurementKind( measurementKind() ) ); setLineStyle( RiuQwtPlotCurve::STYLE_NONE ); RiaDefines::DepthUnitType displayUnit = RiaDefines::UNIT_METER;