mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06: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