Do not show well cells when wells are turned off

Renaming
p4#: 22141
This commit is contained in:
Magne Sjaastad
2013-08-08 17:15:17 +02:00
parent e747804ef4
commit 562dfb0135
4 changed files with 11 additions and 9 deletions

View File

@@ -68,7 +68,7 @@ public:
typedef caf::AppEnum<RimWellCollection::WellFenceType> WellFenceEnum;
caf::PdmField<bool> showWellLabel;
caf::PdmField<bool> active;
caf::PdmField<bool> isActive;
caf::PdmField<WellCellsRangeFilterEnum> wellCellsToRangeFilterMode;
caf::PdmField<bool> showWellCellFences;