mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Minor formation gui update
This commit is contained in:
parent
d48113dcdb
commit
8cfb983b15
@ -319,6 +319,7 @@ RimWellLogFile* RimWellPathCollection::addWellLogs(const QStringList& filePaths)
|
|||||||
}
|
}
|
||||||
|
|
||||||
wellPath->addWellLogFile(logFileInfo);
|
wellPath->addWellLogFile(logFileInfo);
|
||||||
|
m_newestAddedWellName = wellPath->name();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -347,6 +348,7 @@ void RimWellPathCollection::addWellPathFormations(const QStringList& filePaths)
|
|||||||
wellPaths.push_back(wellPath);
|
wellPaths.push_back(wellPath);
|
||||||
}
|
}
|
||||||
wellPath->setFormationsGeometry(it->second);
|
wellPath->setFormationsGeometry(it->second);
|
||||||
|
m_newestAddedWellName = wellPath->name();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ void RiuPlotAnnotationTool::attachFormationNames(QwtPlot* plot, const std::vecto
|
|||||||
QString name = names[i];
|
QString name = names[i];
|
||||||
if (names[i].toLower().indexOf("top") == -1)
|
if (names[i].toLower().indexOf("top") == -1)
|
||||||
{
|
{
|
||||||
name += " top";
|
name += " Top";
|
||||||
}
|
}
|
||||||
|
|
||||||
line->setLabel(name);
|
line->setLabel(name);
|
||||||
|
Loading…
Reference in New Issue
Block a user