#3616 Make 1m the default length of packers

This commit is contained in:
Gaute Lindkvist 2018-12-05 08:23:06 +01:00
parent 420944e910
commit c1c897d7a4

View File

@ -229,14 +229,14 @@ void RimWellPathAttribute::fieldChangedByUi(const caf::PdmFieldHandle* changedFi
}
else if (m_type() == RiaDefines::PACKER)
{
m_endMD = m_startMD + 2;
m_endMD = m_startMD + 1;
}
}
if (changedField == &m_startMD)
{
if (m_type() == RiaDefines::PACKER)
{
m_endMD = m_startMD + 2;
m_endMD = m_startMD + 1;
}
}