mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
3D Well Log Curves(#2671): Make curve draw plane background optional
This commit is contained in:
@@ -164,8 +164,10 @@ caf::PdmFieldHandle* Rim3dWellLogCurve::userDescriptionField()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void Rim3dWellLogCurve::appearanceUiOrdering(caf::PdmUiOrdering& uiOrdering)
|
||||
{
|
||||
uiOrdering.add(&m_drawPlane);
|
||||
uiOrdering.add(&m_drawStyle);
|
||||
uiOrdering.add(&m_coloringStyle);
|
||||
caf::PdmUiGroup* curveAppearanceGroup = uiOrdering.addNewGroup("Curve Appearance");
|
||||
curveAppearanceGroup->add(&m_drawPlane);
|
||||
curveAppearanceGroup->add(&m_drawStyle);
|
||||
curveAppearanceGroup->add(&m_coloringStyle);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user