mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
pre-proto - Updating fracture position from location when creating new fracture in project tree (bugfix)
This commit is contained in:
parent
57a1cd0c64
commit
871146ba68
@ -80,6 +80,8 @@ void RicNewSimWellFractureFeature::onActionTriggered(bool isChecked)
|
||||
fracture->perforationLength = fracDef->perforationLength();
|
||||
}
|
||||
|
||||
fracture->updateFracturePositionFromLocation();
|
||||
|
||||
fractureCollection->updateConnectedEditors();
|
||||
RiuMainWindow::instance()->selectAsCurrentItem(fracture);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user