mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename in caf::PdmUiVec3dEditor
This commit is contained in:
@@ -167,7 +167,7 @@ void RimReachCircleAnnotation::defineEditorAttribute(const caf::PdmFieldHandle*
|
||||
attr->pickEventHandler = m_centerPointEventHandler;
|
||||
if (m_centerPointXyd().isZero())
|
||||
{
|
||||
attr->startPicking = true;
|
||||
attr->startInPickingMode = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -233,7 +233,7 @@ void RimTextAnnotation::defineEditorAttribute(const caf::PdmFieldHandle* field,
|
||||
attr->pickEventHandler = m_anchorPointPickEventHandler;
|
||||
if (m_anchorPointXyd().isZero())
|
||||
{
|
||||
attr->startPicking = true;
|
||||
attr->startInPickingMode = true;
|
||||
}
|
||||
}
|
||||
else if (attr && field == &m_labelPointXyd)
|
||||
|
||||
Reference in New Issue
Block a user