mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3942 disable contour smoothing when contour lines are disabled
This commit is contained in:
parent
82686ffe14
commit
23142acc01
@ -979,8 +979,9 @@ void RimContourMapProjection::defineUiOrdering(QString uiConfigName, caf::PdmUiO
|
|||||||
mainGroup->add(&m_relativeSampleSpacing);
|
mainGroup->add(&m_relativeSampleSpacing);
|
||||||
mainGroup->add(&m_showContourLines);
|
mainGroup->add(&m_showContourLines);
|
||||||
mainGroup->add(&m_showContourLabels);
|
mainGroup->add(&m_showContourLabels);
|
||||||
mainGroup->add(&m_smoothContourLines);
|
|
||||||
m_showContourLabels.uiCapability()->setUiReadOnly(!m_showContourLines());
|
m_showContourLabels.uiCapability()->setUiReadOnly(!m_showContourLines());
|
||||||
|
mainGroup->add(&m_smoothContourLines);
|
||||||
|
m_smoothContourLines.uiCapability()->setUiReadOnly(!m_showContourLines());
|
||||||
mainGroup->add(&m_resultAggregation);
|
mainGroup->add(&m_resultAggregation);
|
||||||
|
|
||||||
caf::PdmUiGroup* weightingGroup = uiOrdering.addNewGroup("Mean Weighting Options");
|
caf::PdmUiGroup* weightingGroup = uiOrdering.addNewGroup("Mean Weighting Options");
|
||||||
|
Loading…
Reference in New Issue
Block a user