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
@@ -241,7 +241,8 @@ void RimEclipseContourMapView::updateGeometry()
|
||||
{
|
||||
caf::ProgressInfo progress( 100, "Generate Contour Map", true );
|
||||
|
||||
this->updateVisibleGeometriesAndCellColors();
|
||||
updateVisibleGeometries();
|
||||
updateVisibleCellColors();
|
||||
|
||||
{ // Step 1: generate results and some minor updates. About 30% of the time.
|
||||
if ( m_contourMapProjection->isChecked() )
|
||||
|
||||
Reference in New Issue
Block a user