Added updateUiIconFromState() in cafPdmUiItem to create disabled icons based on object state

Use updateUiIconFromState() from collection objects
p4#: 21459
This commit is contained in:
Magne Sjaastad
2013-04-26 14:47:34 +02:00
parent 4b8e30e649
commit 0b2e19926d
11 changed files with 57 additions and 83 deletions

View File

@@ -376,6 +376,8 @@ void RimReservoirView::fieldChangedByUi(const caf::PdmFieldHandle* changedField,
m_viewer = NULL;
}
}
this->updateUiIconFromState(showWindow);
}
else if (changedField == &backgroundColor )
{