mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Linked Views: isActive() as access method. doSync methots renamed to update
and changed the meaning accordingly.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user