#3966 Add buttons for creating/editing fracture templates from fractures (#3973)

* #3966 Add buttons for creating/editing fracture templates from fractures

* Make sure view is updated whenever a new template is created from the fracture
This commit is contained in:
Gaute Lindkvist
2019-01-16 14:57:43 +01:00
committed by GitHub
parent 0b9b7e8eb7
commit fb92b548c5
12 changed files with 201 additions and 70 deletions

View File

@@ -88,7 +88,7 @@ void RicCreateDuplicateTemplateInOtherUnitSystemFeature::onActionTriggered(bool
copyOfTemplate->loadDataAndUpdate();
copyOfTemplate->updateConnectedEditors();
RicNewEllipseFractureTemplateFeature::selectFractureTemplateAndUpdate(fractureTemplateCollection, copyOfTemplate);
RicNewEllipseFractureTemplateFeature::selectFractureTemplateAndUpdate(copyOfTemplate);
}
//--------------------------------------------------------------------------------------------------