Fix of missing changes from previous merge commits. Missing rename of anchestor to ancestor

This commit is contained in:
Jacob Støren
2016-09-28 14:35:57 +02:00
parent cbb626aa31
commit 3bca03a722
10 changed files with 16 additions and 16 deletions

View File

@@ -68,7 +68,7 @@ void RicIntersectionBoxXSliceFeature::onActionTriggered(bool isChecked)
RiuMainWindow::instance()->selectAsCurrentItem(intersectionBox);
RimView* rimView = NULL;
coll->firstAnchestorOrThisOfType(rimView);
coll->firstAncestorOrThisOfType(rimView);
if (rimView)
{
rimView->showGridCells(false);