Fixed missing Well cell transparency on faults

This commit is contained in:
Jacob Støren
2014-07-01 14:28:06 +02:00
parent 82e97da553
commit 2a61073b26
5 changed files with 30 additions and 9 deletions

View File

@@ -98,6 +98,7 @@ void RivReservoirPartMgr::updateCellColor(cvf::Color4f color)
if (m_faultsPartMgr.notNull())
{
m_faultsPartMgr->setOpacityLevel(color.a());
m_faultsPartMgr->applySingleColorEffect();
}
}