pre-proto - Automatically selecting new features after creation

This commit is contained in:
astridkbjorke
2017-01-04 10:08:27 +01:00
parent 6b58adb91b
commit e480de9591
4 changed files with 12 additions and 3 deletions

View File

@@ -25,6 +25,8 @@
#include "RimWellPathCollection.h"
#include "RimWellPathFracture.h"
#include "RimWellPathFractureCollection.h"
#include "RiuMainWindow.h"
#include "cafSelectionManager.h"
@@ -59,7 +61,7 @@ void RicNewWellPathFractureFeature::onActionTriggered(bool isChecked)
fracture->name = "New Well Path Fracture";
fractureCollection->updateConnectedEditors();
RiuMainWindow::instance()->selectAsCurrentItem(fracture);
}
//--------------------------------------------------------------------------------------------------