mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#1148 Always show connection status color for well spheres
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user