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:
@@ -109,7 +109,7 @@ bool RimWellLogCurve::valueRange(double* minimumValue, double* maximumValue) con
|
||||
void RimWellLogCurve::updateZoomInParentPlot()
|
||||
{
|
||||
RimWellLogPlot* wellLogPlot;
|
||||
firstAnchestorOrThisOfType(wellLogPlot);
|
||||
firstAncestorOrThisOfType(wellLogPlot);
|
||||
if (wellLogPlot)
|
||||
{
|
||||
wellLogPlot->calculateAvailableDepthRange();
|
||||
@@ -117,7 +117,7 @@ void RimWellLogCurve::updateZoomInParentPlot()
|
||||
}
|
||||
|
||||
RimWellLogTrack* plotTrack;
|
||||
firstAnchestorOrThisOfType(plotTrack);
|
||||
firstAncestorOrThisOfType(plotTrack);
|
||||
if (plotTrack)
|
||||
{
|
||||
plotTrack->updateXZoomAndParentPlotDepthZoom();
|
||||
|
||||
Reference in New Issue
Block a user