#3540 Create seperate 2d view with parallel, look down and linked views

This commit is contained in:
Gaute Lindkvist
2018-10-23 16:32:40 +02:00
parent 45531865ba
commit f80472ffa6
50 changed files with 1014 additions and 177 deletions

View File

@@ -77,11 +77,10 @@ void RicRangeFilterNewExec::redo()
Riu3DMainWindowTools::selectAsCurrentItem(rangeFilter);
// Trigger update of view following the range filter update
RimGridView* view = nullptr;
m_cellRangeFilterCollection->firstAncestorOrThisOfTypeAsserted(view);
//Enable display of grid cells, to be able to show generated range filter
view->showGridCells(true);
view->rangeFiltersUpdated();
}
}