Hide active field from property view as this is now handled by checkbox in tree view

p4#: 21337
This commit is contained in:
Magne Sjaastad 2013-04-19 07:50:49 +02:00
parent acbe59d9c1
commit fc84fce67f

View File

@ -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", "", "", "");
}