mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1038 - pre-proto - Added command feature for creating new well log collection fracture from context menu in project tree
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
|
||||
#include <QMenu>
|
||||
#include "RimFault.h"
|
||||
#include "RimFracture.h"
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
@@ -354,9 +355,11 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
|
||||
{
|
||||
commandIds << "RicExportFaultsFeature";
|
||||
}
|
||||
else if (dynamic_cast<RimFractureCollection*>(uiItem))
|
||||
else if (dynamic_cast<RimFractureCollection*>(uiItem)
|
||||
|| dynamic_cast<RimFracture*>(uiItem) )
|
||||
{
|
||||
commandIds << "RicNewSimWellFractureFeature";
|
||||
commandIds << "RicNewWellPathCollFractureFeature";
|
||||
}
|
||||
else if (dynamic_cast<RimFractureDefinitionCollection*>(uiItem))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user