#4703 Fix changing result position in GeoMech result definition

This commit is contained in:
Gaute Lindkvist
2019-09-11 15:50:22 +02:00
parent 2d555e1b67
commit 885435fba7
7 changed files with 11 additions and 29 deletions

View File

@@ -435,7 +435,7 @@ void RimEclipseResultDefinition::updateAnyFieldHasChanged()
this->firstAncestorOrThisOfType( rim3dWellLogCurve );
if ( rim3dWellLogCurve )
{
rim3dWellLogCurve->resetMinMaxValuesAndUpdateUI();
rim3dWellLogCurve->resetMinMaxValues();
}
RimEclipseContourMapProjection* contourMap = nullptr;