#4107 New Intersection : Do not hide grid cells in 3D scene

This commit is contained in:
Magne Sjaastad 2019-02-17 12:20:37 +01:00
parent b15f58b560
commit 3ca43b1644

View File

@ -107,9 +107,6 @@ void RicAppendIntersectionFeatureCmd::redo()
RimGridView* view = nullptr;
m_intersectionCollection->firstAncestorOrThisOfTypeAsserted(view);
//Enable display of grid cells, to be able to show generated property filter
view->showGridCells(false);
RimGeoMechView* geoMechView = nullptr;
geoMechView = dynamic_cast<RimGeoMechView*>(view);
if (geoMechView)