mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
AppFwk : Fixed typo of firstAncestorOrThisOfType
This commit is contained in:
@@ -56,7 +56,7 @@ RimGeoMechPropertyFilterCollection::~RimGeoMechPropertyFilterCollection()
|
||||
RimGeoMechView* RimGeoMechPropertyFilterCollection::reservoirView()
|
||||
{
|
||||
RimGeoMechView* geoMechView = NULL;
|
||||
firstAnchestorOrThisOfType(geoMechView);
|
||||
firstAncestorOrThisOfType(geoMechView);
|
||||
|
||||
return geoMechView;
|
||||
}
|
||||
@@ -126,7 +126,7 @@ void RimGeoMechPropertyFilterCollection::updateIconState()
|
||||
bool activeIcon = true;
|
||||
|
||||
RimGeoMechView* view = NULL;
|
||||
this->firstAnchestorOrThisOfType(view);
|
||||
this->firstAncestorOrThisOfType(view);
|
||||
RimViewController* viewController = view->viewController();
|
||||
if (viewController && ( viewController->isPropertyFilterOveridden()
|
||||
|| viewController->isVisibleCellsOveridden()))
|
||||
|
||||
Reference in New Issue
Block a user