#1078 Updated enabled state of well cells and well cell fence

This commit is contained in:
Magne Sjaastad
2017-01-26 18:01:08 +01:00
parent ccc7345706
commit 1e20a61d4c
2 changed files with 9 additions and 1 deletions
@@ -376,6 +376,9 @@ void RimEclipseWellCollection::defineUiOrdering(QString uiConfigName, caf::PdmUi
filterGroup->add(&showWellCells);
filterGroup->add(&showWellCellFence);
filterGroup->add(&wellCellFenceType);
showWellCellFence.uiCapability()->setUiReadOnly(!showWellCells());
wellCellFenceType.uiCapability()->setUiReadOnly(!showWellCells());
}
//--------------------------------------------------------------------------------------------------