Fracture : Always schedule redraw

Schedule redraw of all views, as we do not know where the fracture is visible
This commit is contained in:
Magne Sjaastad
2018-09-13 11:49:57 +02:00
parent 6aa234cc9b
commit 6fc0196e84

View File

@@ -230,6 +230,8 @@ void RimFracture::fieldChangedByUi(const caf::PdmFieldHandle* changedField, cons
{
RiaCompletionTypeCalculationScheduler::instance()->scheduleRecalculateCompletionTypeAndRedrawAllViews();
}
RiaApplication::instance()->project()->scheduleCreateDisplayModelAndRedrawAllViews();
}
}