Skip to content

Commit

Permalink
Fix corrupted section when switching seismic data input
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjenssen committed Sep 25, 2023
1 parent fb288f6 commit 192bf26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,7 @@ void RimSeismicSection::fieldChangedByUi( const caf::PdmFieldHandle* changedFiel
m_seismicData->legendConfig()->changed.connect( this, &RimSeismicSection::onLegendConfigChanged );

updateType = RigTexturedSection::WhatToUpdateEnum::UPDATE_ALL;
m_wellPathPoints.clear();
}
else if ( ( changedField == &m_type ) || ( changedField == &m_targets ) || ( changedField == &m_depthIndex ) ||
( changedField == &m_inlineIndex ) || ( changedField == &m_xlineIndex ) || changedField == &m_zFilterType ||
Expand Down

0 comments on commit 192bf26

Please sign in to comment.