Fixed missing update when toggling Fault mode

This commit is contained in:
Jacob Støren 2013-12-18 13:32:51 +01:00
parent bc4ef17409
commit 13c387e787

View File

@ -1733,7 +1733,9 @@ void RimReservoirView::setShowFaultsOnly(bool showFaults)
if (surfaceMode() != NO_SURFACE) surfaceMode = SURFACE;
if (meshMode() != NO_MESH) meshMode = FULL_MESH;
}
this->createDisplayModel();
updateDisplayModelVisibility();
}
//--------------------------------------------------------------------------------------------------