mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#2038 RFT Plot: Do not set form. case when toggliging show Formation off
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user