mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2887 Tidy up 3D well log curve configuration to more obvious documentation.
This commit is contained in:
@@ -204,7 +204,7 @@ void Rim3dWellLogCurve::fieldChangedByUi(const caf::PdmFieldHandle* changedField
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void Rim3dWellLogCurve::configurationUiOrdering(caf::PdmUiOrdering& uiOrdering)
|
||||
{
|
||||
caf::PdmUiGroup* configurationGroup = uiOrdering.addNewGroup("Curve Configuration");
|
||||
caf::PdmUiGroup* configurationGroup = uiOrdering.addNewGroup("Curve Appearance");
|
||||
configurationGroup->add(&m_drawPlane);
|
||||
// Disable filled draw style in the GUI because of triangle stitching issue #2860.
|
||||
// configurationGroup->add(&m_drawStyle);
|
||||
|
||||
Reference in New Issue
Block a user