#2770 Fracture : Trigger recompute when well collection is toggeled

This commit is contained in:
Magne Sjaastad 2018-04-20 14:11:57 +02:00
parent 4eec46cbdc
commit 98e95fe5bf

View File

@ -407,7 +407,7 @@ void RimWellPathCollection::scheduleRedrawAffectedViews()
{
RimProject* proj;
this->firstAncestorOrThisOfType(proj);
if (proj) proj->createDisplayModelAndRedrawAllViews();
if (proj) proj->reloadCompletionTypeResultsInAllViews();
}
//--------------------------------------------------------------------------------------------------