mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Hide active field from property view as this is now handled by checkbox in tree view
p4#: 21337
This commit is contained in:
parent
acbe59d9c1
commit
fc84fce67f
@ -46,6 +46,7 @@ RimCellFilter::RimCellFilter()
|
||||
|
||||
CAF_PDM_InitField(&name, "UserDescription", QString("Filter Name"), "Name", "", "", "");
|
||||
CAF_PDM_InitField(&active, "Active", true, "Active", "", "", "");
|
||||
active.setUiHidden(true);
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&filterMode, "FilterType", "Filter Type", "", "", "");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user