mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4919 Summary Plot : Improve colors of history curve symbols
This commit is contained in:
@@ -819,11 +819,15 @@ void RimSummaryCurve::setCurveAppearanceFromCaseType()
|
||||
|
||||
if ( prefs->defaultSummaryHistoryCurveStyle() == RiaPreferences::SYMBOLS )
|
||||
{
|
||||
m_symbolEdgeColor = m_curveColor;
|
||||
|
||||
setSymbol( RiuQwtSymbol::SYMBOL_XCROSS );
|
||||
setLineStyle( RiuQwtPlotCurve::STYLE_NONE );
|
||||
}
|
||||
else if ( prefs->defaultSummaryHistoryCurveStyle() == RiaPreferences::SYMBOLS_AND_LINES )
|
||||
{
|
||||
m_symbolEdgeColor = m_curveColor;
|
||||
|
||||
setSymbol( RiuQwtSymbol::SYMBOL_XCROSS );
|
||||
setLineStyle( RiuQwtPlotCurve::STYLE_SOLID );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user