mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2094 Update well name color in 3d view (not sim well)
This commit is contained in:
@@ -462,7 +462,7 @@ void RimEclipseView::createDisplayModel()
|
||||
wellPathsPartManager()->appendStaticFracturePartsToModel(m_wellPathPipeVizModel.p(), this);
|
||||
#endif // USE_PROTOTYPE_FEATURE_FRACTURES
|
||||
m_wellPathPipeVizModel->updateBoundingBoxesRecursive();
|
||||
|
||||
m_viewer->updateWellPathTextColor();
|
||||
m_viewer->addStaticModelOnce(m_wellPathPipeVizModel.p());
|
||||
|
||||
// Create Scenes from the frameModels
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user