mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4107 New Intersection : Do not hide grid cells in 3D scene
This commit is contained in:
parent
b15f58b560
commit
3ca43b1644
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user