mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
(#648) Fixed missing update of total cell visibility
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#include "cvfViewport.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include "RimPropertyFilterCollection.h"
|
||||
|
||||
|
||||
namespace caf {
|
||||
@@ -240,6 +241,10 @@ void RimView::setCurrentTimeStep(int frameIndex)
|
||||
clampCurrentTimestep();
|
||||
|
||||
this->hasUserRequestedAnimation = true;
|
||||
if (this->propertyFilterCollection() && this->propertyFilterCollection()->hasActiveDynamicFilters())
|
||||
{
|
||||
m_currentReservoirCellVisibility = NULL;
|
||||
}
|
||||
this->updateCurrentTimeStep();
|
||||
}
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user