Show checkbox in treeview for range and property filters

p4#: 21332
This commit is contained in:
Magne Sjaastad
2013-04-18 08:29:41 +02:00
parent 78dac434d9
commit 759a17337b
2 changed files with 10 additions and 1 deletions

View File

@@ -104,3 +104,11 @@ void RimCellFilter::updateIconState()
QIcon newIcon(icPixmap);
this->setUiIcon(newIcon);
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
caf::PdmFieldHandle* RimCellFilter::objectToggleField()
{
return &active;
}