Minor issues when preparing user course

* Grid Cross Plot: Always show grouping icons with color
* Grid Cross Plot: Make sure the info box text content is updated
* Bump version to RC_05
This commit is contained in:
Magne Sjaastad
2022-09-14 16:10:52 +02:00
committed by GitHub
parent 52cee02ffe
commit 2973127363
4 changed files with 13 additions and 5 deletions

View File

@@ -1093,7 +1093,6 @@ void RimGridCrossPlotDataSet::updateLegendIcons()
for ( auto curve : m_crossPlotCurves )
{
curve->determineLegendIcon();
curve->setBlackAndWhiteLegendIcons( groupingEnabled() );
}
}