mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#648) Fixed missing update of total cell visibility
This commit is contained in:
parent
8283f6665b
commit
83d1c0c411
@ -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();
|
||||
}
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user