mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1181 Do not automatically update track names when adding new tracks
This commit is contained in:
@@ -82,6 +82,8 @@ void RicPasteWellLogTrackFeature::onActionTriggered(bool isChecked)
|
||||
|
||||
wellLogPlot->addTrack(newObject);
|
||||
|
||||
newObject->setDescription(QString("Track %1").arg(wellLogPlot->trackCount()));
|
||||
|
||||
// Resolve references after object has been inserted into the project data model
|
||||
newObject->resolveReferencesRecursively();
|
||||
newObject->initAfterReadRecursively();
|
||||
|
||||
Reference in New Issue
Block a user