mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#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:
committed by
Magne Sjaastad
parent
ad07b18781
commit
18b145268e
@@ -162,7 +162,9 @@ protected:
|
||||
|
||||
bool isShowingActiveCellsOnly() override;
|
||||
void onUpdateDisplayModelForCurrentTimeStep() override;
|
||||
void updateVisibleGeometriesAndCellColors();
|
||||
void updateVisibleCellColors();
|
||||
void updateVisibleGeometries();
|
||||
|
||||
void appendWellsAndFracturesToModel();
|
||||
void appendElementVectorResultToModel();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user