Linked Views: isActive() as access method. doSync methots renamed to update

and changed the meaning accordingly.
This commit is contained in:
Jacob Støren
2015-09-25 11:26:37 +02:00
parent 1933bbeb84
commit 03c788db6a
4 changed files with 73 additions and 75 deletions

View File

@@ -331,7 +331,7 @@ void RimEclipseView::createDisplayModel()
// For property filtered geometry : just set all the models as empty scenes
// updateCurrentTimeStep requests the actual parts
if (this->viewController() && this->viewController()->isVisibleCellsOveridden()
if ((this->viewController() && this->viewController()->isVisibleCellsOveridden())
|| !this->propertyFilterCollection()->hasActiveFilters())
{
std::vector<RivCellSetEnum> geometryTypesToAdd;