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:
@@ -456,7 +456,7 @@ void RivFaultPartMgr::createLabelWithAnchorLine(const cvf::Part* part)
|
||||
if (noConstRimFault)
|
||||
{
|
||||
RimFaultCollection* parentObject;
|
||||
noConstRimFault->firstAnchestorOrThisOfType(parentObject);
|
||||
noConstRimFault->firstAncestorOrThisOfType(parentObject);
|
||||
if (parentObject)
|
||||
{
|
||||
defWellLabelColor = parentObject->faultLabelColor();;
|
||||
|
||||
Reference in New Issue
Block a user