#2038 RFT Plot: Do not set form. case when toggliging show Formation off

This commit is contained in:
Rebecca Cox
2017-11-03 15:15:03 +01:00
parent c8b05fe9ce
commit c638d63dfe

View File

@@ -244,7 +244,7 @@ void RimWellLogTrack::fieldChangedByUi(const caf::PdmFieldHandle* changedField,
}
else if (changedField == &m_showFormations)
{
if (!m_formationCase)
if (!m_formationCase && m_showFormations)
{
RimProject* proj = RiaApplication::instance()->project();
if (proj)