mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5766 Make it possible to change color of well disks.
This commit is contained in:
committed by
Gaute Lindkvist
parent
e5eb2063be
commit
3f988f2d79
@@ -203,9 +203,9 @@ void RivWellDiskPartMgr::buildWellDiskParts( size_t frameIndex, const caf::Displ
|
||||
if ( diskData.isSingleProperty() )
|
||||
{
|
||||
// Set color for the triangle vertices
|
||||
cvf::Color3ub c = cvf::Color3ub( m_rimWell->wellDiskColor );
|
||||
for ( size_t i = 0; i < numSectors * 3; i++ )
|
||||
{
|
||||
cvf::Color3ub c = cvf::Color3::OLIVE;
|
||||
colorArray->set( i, c );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user