diff --git a/ApplicationCode/ProjectDataModel/GridCrossPlots/CellFilters/RimPlotCellPropertyFilter.cpp b/ApplicationCode/ProjectDataModel/GridCrossPlots/CellFilters/RimPlotCellPropertyFilter.cpp index bea67ce12d..a83f28daca 100644 --- a/ApplicationCode/ProjectDataModel/GridCrossPlots/CellFilters/RimPlotCellPropertyFilter.cpp +++ b/ApplicationCode/ProjectDataModel/GridCrossPlots/CellFilters/RimPlotCellPropertyFilter.cpp @@ -139,6 +139,8 @@ void RimPlotCellPropertyFilter::updateCellVisibilityFromFilter(size_t timeStepIn resDef->loadResult(); + if (resDef->currentGridCellResults()->hasResultEntry(resDef->eclipseResultAddress())) return; + RigCaseCellResultsData* cellResultsData = resDef->currentGridCellResults(); if (!cellResultsData) return;