#2129 Rft/Plt plot: Show formations on default

This commit is contained in:
Rebecca Cox
2017-11-12 21:22:12 +01:00
parent 7e6b45c626
commit 3e40331c5b
4 changed files with 20 additions and 0 deletions

View File

@@ -258,6 +258,8 @@ void RimWellRftPlot::updateFormationsOnPlot() const
{
if (m_wellLogPlot->trackCount() > 0)
{
m_wellLogPlot->trackByIndex(0)->setShowFormations(true);
RimProject* proj = RiaApplication::instance()->project();
RimWellPath* wellPath = proj->wellPathByName(m_wellPathNameOrSimWellName);