#1944 Use line style None, and force symbols on for observed data

This commit is contained in:
Jacob Støren
2017-10-02 08:53:29 +02:00
parent 240e9fd844
commit fd1b8c83ff
4 changed files with 40 additions and 18 deletions
@@ -494,6 +494,14 @@ void RimPlotCurve::setSymbol(PointSymbolEnum symbolStyle)
m_pointSymbol = symbolStyle;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RimPlotCurve::PointSymbolEnum RimPlotCurve::symbol()
{
return m_pointSymbol();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------