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:
parent
1edbd5fea8
commit
58852781c3
@ -755,6 +755,10 @@ void RimGridCrossPlot::updateLegend()
|
||||
for ( auto dataSet : m_crossPlotDataSets )
|
||||
{
|
||||
dataSet->updateLegendIcons();
|
||||
for ( auto c : dataSet->curves() )
|
||||
{
|
||||
c->updateCurveNameAndUpdatePlotLegendAndTitle();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user