Merge branch 'dev' into modularization-prototype

Set version to 1.3.101-dev
This commit is contained in:
Jacob Støren
2015-08-24 16:54:15 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -446,7 +446,7 @@ void RimGeoMechView::clampCurrentTimestep()
//--------------------------------------------------------------------------------------------------
bool RimGeoMechView::isTimeStepDependentDataVisible()
{
return this->hasUserRequestedAnimation() && this->cellResult()->hasResult();
return this->hasUserRequestedAnimation() && (this->cellResult()->hasResult() || this->propertyFilterCollection()->hasActiveFilters());
}
//--------------------------------------------------------------------------------------------------