mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix type in RiaColorTools contrastColor
This commit is contained in:
@@ -1106,7 +1106,7 @@ cvf::Color3f RiuViewer::computeContrastColor() const
|
||||
|
||||
if (m_rimView.notNull())
|
||||
{
|
||||
contrastColor = RiaColorTools::constrastColor(m_rimView->backgroundColor());
|
||||
contrastColor = RiaColorTools::contrastColor(m_rimView->backgroundColor());
|
||||
}
|
||||
|
||||
return contrastColor;
|
||||
|
||||
Reference in New Issue
Block a user