mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
RFT plot: Fix stepping on well
* Rft: Store segment and connection count per well * Update the segment branch index combo box when well changes * Bump version number
This commit is contained in:
@@ -864,6 +864,13 @@ void RimWellLogCurveCommonDataSource::fieldChangedByUi( const caf::PdmFieldHandl
|
||||
}
|
||||
|
||||
this->applyDataSourceChanges();
|
||||
|
||||
if ( changedField == &m_rftWellName )
|
||||
{
|
||||
// The segment branch index is depending on the well name. Make sure that the combo box for branch index is
|
||||
// updated.
|
||||
m_rftSegmentBranchIndex.uiCapability()->updateConnectedEditors();
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user