#1148 Always show connection status color for well spheres

This commit is contained in:
Magne Sjaastad
2017-01-30 14:50:45 +01:00
parent 7b6574327e
commit 301c36d809

View File

@@ -194,7 +194,7 @@ cvf::Color3f RivWellSpheresPartMgr::wellCellColor(const RigWellResultFrame& well
m_rimWell->firstAncestorOrThisOfType(wellColl);
}
if (wellColl && wellColl->showConnectionStatusColors())
if (wellColl)
{
if (wellResultPoint.m_isOpen)
{