#7207 Fix flow diagnostics cell color when property filtering.

Split RimEclipseView::updateVisibleGeometriesAndCellColors() into two methods,
and make sure the visible geometries are recreated before updating the legends.
This commit is contained in:
Kristian Bendiksen
2021-01-18 14:49:03 +01:00
committed by Magne Sjaastad
parent ad07b18781
commit 18b145268e
3 changed files with 34 additions and 14 deletions

View File

@@ -162,7 +162,9 @@ protected:
bool isShowingActiveCellsOnly() override;
void onUpdateDisplayModelForCurrentTimeStep() override;
void updateVisibleGeometriesAndCellColors();
void updateVisibleCellColors();
void updateVisibleGeometries();
void appendWellsAndFracturesToModel();
void appendElementVectorResultToModel();