mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2470 2D Intersection Views: Hide the item when no intersections are present
This commit is contained in:
@@ -110,6 +110,11 @@ void Rim2dIntersectionViewCollection::syncFromExistingIntersections( bool doUpda
|
||||
}
|
||||
|
||||
if (doUpdate) this->updateConnectedEditors();
|
||||
|
||||
RimCase* rimCase = nullptr;
|
||||
firstAncestorOrThisOfType(rimCase);
|
||||
|
||||
if (rimCase) rimCase->updateConnectedEditors();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user