pre-proto - Updating fracture position from location when creating new fracture in project tree (bugfix)

This commit is contained in:
astridkbjorke 2017-02-01 10:46:09 +01:00
parent 57a1cd0c64
commit 871146ba68

View File

@ -80,6 +80,8 @@ void RicNewSimWellFractureFeature::onActionTriggered(bool isChecked)
fracture->perforationLength = fracDef->perforationLength();
}
fracture->updateFracturePositionFromLocation();
fractureCollection->updateConnectedEditors();
RiuMainWindow::instance()->selectAsCurrentItem(fracture);