mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed missing update when toggling Fault mode
This commit is contained in:
parent
bc4ef17409
commit
13c387e787
@ -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();
|
||||
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user