mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix of missing changes from previous merge commits. Missing rename of anchestor to ancestor
This commit is contained in:
@@ -112,7 +112,7 @@ void RicDeleteItemExec::redo()
|
||||
}
|
||||
|
||||
RimIntersectionBoxCollection* intersectionBoxColl;
|
||||
parentObj->firstAnchestorOrThisOfType(intersectionBoxColl);
|
||||
parentObj->firstAncestorOrThisOfType(intersectionBoxColl);
|
||||
if (view && intersectionBoxColl)
|
||||
{
|
||||
view->scheduleCreateDisplayModelAndRedraw();
|
||||
|
||||
Reference in New Issue
Block a user