mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add missing update of curve legend text
This commit is contained in:
@@ -755,6 +755,10 @@ void RimGridCrossPlot::updateLegend()
|
|||||||
for ( auto dataSet : m_crossPlotDataSets )
|
for ( auto dataSet : m_crossPlotDataSets )
|
||||||
{
|
{
|
||||||
dataSet->updateLegendIcons();
|
dataSet->updateLegendIcons();
|
||||||
|
for ( auto c : dataSet->curves() )
|
||||||
|
{
|
||||||
|
c->updateCurveNameAndUpdatePlotLegendAndTitle();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user