mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renamed cell filter field from active to isActive
Removed the special handling of range filters when only exclude filters are active p4#: 22123
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
virtual ~RimCellFilter();
|
||||
|
||||
caf::PdmField<QString> name;
|
||||
caf::PdmField<bool> active;
|
||||
caf::PdmField<bool> isActive;
|
||||
caf::PdmField< caf::AppEnum< FilterModeType > > filterMode;
|
||||
|
||||
void updateIconState();
|
||||
|
||||
Reference in New Issue
Block a user