mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3540 Create seperate 2d view with parallel, look down and linked views
This commit is contained in:
@@ -223,7 +223,10 @@ void RimIntersectionCollection::scheduleCreateDisplayModelAndRedraw2dIntersectio
|
||||
{
|
||||
for (RimIntersection* isection: m_intersections)
|
||||
{
|
||||
isection->correspondingIntersectionView()->scheduleCreateDisplayModelAndRedraw();
|
||||
if (isection->correspondingIntersectionView())
|
||||
{
|
||||
isection->correspondingIntersectionView()->scheduleCreateDisplayModelAndRedraw();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user