#2470 2D Intersection Views: Hide the item when no intersections are present

This commit is contained in:
Rebecca Cox
2018-02-15 14:37:38 +01:00
parent f909a7ea27
commit 0fece2447a
3 changed files with 25 additions and 8 deletions

View File

@@ -110,6 +110,11 @@ void Rim2dIntersectionViewCollection::syncFromExistingIntersections( bool doUpda
}
if (doUpdate) this->updateConnectedEditors();
RimCase* rimCase = nullptr;
firstAncestorOrThisOfType(rimCase);
if (rimCase) rimCase->updateConnectedEditors();
}
//--------------------------------------------------------------------------------------------------