Show fault result mapping in 3D info. Fixed display model update.

This commit is contained in:
Magne Sjaastad
2014-01-06 14:02:08 +01:00
parent cea0e37d30
commit 4391a4ff65
4 changed files with 33 additions and 5 deletions

View File

@@ -1814,9 +1814,7 @@ void RimReservoirView::setShowFaultsOnly(bool showFaults)
if (meshMode() != NO_MESH) meshMode = m_previousGridModeMeshLinesWasFaults ? FAULTS_MESH: FULL_MESH;
}
this->createDisplayModel();
updateDisplayModelVisibility();
this->scheduleCreateDisplayModelAndRedraw();
}
//--------------------------------------------------------------------------------------------------