mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1544 Fracture : Show perforation length for along well path fractures
This commit is contained in:
@@ -230,7 +230,8 @@ void RimFracture::fieldChangedByUi(const caf::PdmFieldHandle* changedField, cons
|
||||
changedField == &m_stimPlanCellVizMode ||
|
||||
changedField == this->objectToggleField() ||
|
||||
changedField == &m_dip ||
|
||||
changedField == &m_tilt)
|
||||
changedField == &m_tilt ||
|
||||
changedField == &m_perforationLength)
|
||||
{
|
||||
Rim3dView* rimView = nullptr;
|
||||
this->firstAncestorOrThisOfType(rimView);
|
||||
|
||||
Reference in New Issue
Block a user