mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
WBS: Avoid empty text in legends on reload.
This commit is contained in:
committed by
jonjenssen
parent
b8f9beab91
commit
a2fa2a0e77
@@ -1162,7 +1162,7 @@ void RimPlotCurve::setParentPlotNoReplot( RiuPlotWidget* plotWidget )
|
||||
}
|
||||
|
||||
auto color = RiaColorTools::toQColor( m_curveAppearance->color() );
|
||||
m_plotCurve = m_parentPlot->createPlotCurve( this, "" );
|
||||
m_plotCurve = m_parentPlot->createPlotCurve( this, m_curveName );
|
||||
m_plotCurve->updateErrorBarsAppearance( m_showErrorBars, color );
|
||||
|
||||
// PERFORMANCE NOTE
|
||||
|
||||
Reference in New Issue
Block a user