mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4168 Treat some properties as categories.
This commit is contained in:
@@ -1159,7 +1159,7 @@ void RimEclipseView::updateLegends()
|
||||
{
|
||||
if (this->cellEdgeResult()->isUsingSingleVariable())
|
||||
{
|
||||
this->cellEdgeResult()->singleVarEdgeResultColors()->updateLegendData(m_currentTimeStep);
|
||||
this->cellEdgeResult()->singleVarEdgeResultColors()->updateLegendData(m_eclipseCase, m_currentTimeStep);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -1226,7 +1226,7 @@ void RimEclipseView::updateMinMaxValuesAndAddLegendToView(QString
|
||||
RimEclipseCellColors* resultColors,
|
||||
RigCaseCellResultsData* cellResultsData)
|
||||
{
|
||||
resultColors->updateLegendData(m_currentTimeStep);
|
||||
resultColors->updateLegendData(m_eclipseCase, m_currentTimeStep);
|
||||
|
||||
if (resultColors->hasResult() && resultColors->legendConfig()->showLegend())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user