mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4703 Fix changing result position in GeoMech result definition
This commit is contained in:
@@ -379,19 +379,9 @@ void RimGeoMechResultDefinition::fieldChangedByUi( const caf::PdmFieldHandle* ch
|
||||
}
|
||||
}
|
||||
|
||||
if ( propFilter )
|
||||
{
|
||||
propFilter->updateConnectedEditors();
|
||||
}
|
||||
|
||||
if ( curve )
|
||||
{
|
||||
curve->updateConnectedEditors();
|
||||
}
|
||||
|
||||
if ( rim3dWellLogCurve )
|
||||
{
|
||||
rim3dWellLogCurve->resetMinMaxValuesAndUpdateUI();
|
||||
rim3dWellLogCurve->resetMinMaxValues();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user