(#507) Picking unit name from LAS file in curve's update method

This commit is contained in:
Pål Hagen
2015-09-22 15:12:33 +02:00
parent 0f1321bc73
commit 81b973a74c
3 changed files with 11 additions and 13 deletions

View File

@@ -99,7 +99,6 @@ void RicAddWellLogToPlotFeature::onActionTriggered(bool isChecked)
curve->setColor(curveColor);
curve->setWellPath(wellPath);
curve->setWellLogChannelName(wellLog->name());
curve->setWellLogChannelUnit(wellLogDataFile->wellLogChannelUnit(wellLog->name()));
curve->updatePlotData();