#6616 Make contour map and 2d intersection view follow the theme. (#6635)

* #6616 Make contour map and 2d intersection view follow the theme.
This commit is contained in:
Gaute Lindkvist
2020-09-30 08:32:20 +02:00
committed by GitHub
parent 0f92ad13ad
commit 2d268b9e54
3 changed files with 38 additions and 6 deletions

View File

@@ -674,6 +674,14 @@ const Color3f& RivWindowEdgeAxesOverlayItem::lineColor() const
return m_lineColor;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RivWindowEdgeAxesOverlayItem::setFrameColor( const Color4f& frameColor )
{
m_frameColor = frameColor;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------