mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed duplicate code
This commit is contained in:
parent
a8f225a749
commit
ceef7f20f4
@ -298,14 +298,8 @@ void RimView::scheduleCreateDisplayModelAndRedraw()
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
void RimView::setCurrentTimeStepAndUpdate(int frameIndex)
|
void RimView::setCurrentTimeStepAndUpdate(int frameIndex)
|
||||||
{
|
{
|
||||||
m_currentTimeStep = frameIndex;
|
setCurrentTimeStep(frameIndex);
|
||||||
clampCurrentTimestep();
|
|
||||||
|
|
||||||
this->hasUserRequestedAnimation = true;
|
|
||||||
if (this->propertyFilterCollection() && this->propertyFilterCollection()->hasActiveDynamicFilters())
|
|
||||||
{
|
|
||||||
m_currentReservoirCellVisibility = NULL;
|
|
||||||
}
|
|
||||||
this->updateCurrentTimeStep();
|
this->updateCurrentTimeStep();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user