#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 8b052f3c04
commit 96fc311668
7 changed files with 11 additions and 29 deletions

View File

@@ -183,7 +183,8 @@ void Rim3dWellLogFileCurve::fieldChangedByUi( const caf::PdmFieldHandle* changed
{
if ( changedField == &m_wellLogFile || changedField == &m_wellLogChannelName )
{
this->resetMinMaxValuesAndUpdateUI();
this->resetMinMaxValues();
this->updateConnectedEditors();
}
Rim3dWellLogCurve::fieldChangedByUi( changedField, oldValue, newValue );
}