#2094 Update well name color in 3d view (not sim well)

This commit is contained in:
Rebecca Cox
2017-11-07 16:42:52 +01:00
parent c19bc103c2
commit 93a83cd756
6 changed files with 47 additions and 2 deletions

View File

@@ -698,8 +698,8 @@ void RimView::fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QV
if (m_viewer != nullptr)
{
m_viewer->mainCamera()->viewport()->setClearColor(cvf::Color4f(backgroundColor()));
m_viewer->updateGridBoxData();
}
updateGridBoxData();
}
else if (changedField == &maximumFrameRate)
{