mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
RFT : Fix several update issues
This commit is contained in:
@@ -601,7 +601,6 @@ void RimWellLogCurveCommonDataSource::applyDataSourceChanges( const std::vector<
|
||||
RimWellLogPlot* parentPlot = nullptr;
|
||||
extractionCurve->firstAncestorOrThisOfTypeAsserted( parentPlot );
|
||||
plots.insert( parentPlot );
|
||||
curve->updateConnectedEditors();
|
||||
}
|
||||
}
|
||||
else if ( measurementCurve )
|
||||
@@ -621,6 +620,8 @@ void RimWellLogCurveCommonDataSource::applyDataSourceChanges( const std::vector<
|
||||
rftCurve->firstAncestorOrThisOfTypeAsserted( parentPlot );
|
||||
plots.insert( parentPlot );
|
||||
}
|
||||
|
||||
curve->updateConnectedEditors();
|
||||
}
|
||||
|
||||
for ( RimWellLogTrack* track : tracks )
|
||||
|
||||
Reference in New Issue
Block a user