#1040 - pre-proto - Calling scheduleCreateDisplayModelAndRedraw when creating / deleting fractures

This commit is contained in:
astridkbjorke
2017-01-05 14:52:59 +01:00
parent 6e1f4128a1
commit 9e933a9c1c
5 changed files with 24 additions and 0 deletions

View File

@@ -75,6 +75,8 @@ void RicNewWellPathFractureFeature::onActionTriggered(bool isChecked)
fractureCollection->updateConnectedEditors();
RiuMainWindow::instance()->selectAsCurrentItem(fracture);
wellPathColl->scheduleGeometryRegenAndRedrawViews();
}
//--------------------------------------------------------------------------------------------------