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;