mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06: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