mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7755 Move "Create StimPlan Model" menu item.
This commit is contained in:
committed by
Magne Sjaastad
parent
b9362386bc
commit
2390c91d9f
@@ -411,9 +411,9 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
|
|||||||
menuBuilder << "RicNewPerforationIntervalFeature";
|
menuBuilder << "RicNewPerforationIntervalFeature";
|
||||||
menuBuilder << "RicNewFishbonesSubsFeature";
|
menuBuilder << "RicNewFishbonesSubsFeature";
|
||||||
menuBuilder << "RicNewWellPathFractureFeature";
|
menuBuilder << "RicNewWellPathFractureFeature";
|
||||||
menuBuilder << "RicNewStimPlanModelFeature";
|
|
||||||
menuBuilder.subMenuEnd();
|
menuBuilder.subMenuEnd();
|
||||||
menuBuilder << "RicCreateTemporaryLgrFeature";
|
menuBuilder << "RicCreateTemporaryLgrFeature";
|
||||||
|
menuBuilder << "RicNewStimPlanModelFeature";
|
||||||
menuBuilder.addSeparator();
|
menuBuilder.addSeparator();
|
||||||
appendExportCompletions( menuBuilder );
|
appendExportCompletions( menuBuilder );
|
||||||
}
|
}
|
||||||
@@ -1361,12 +1361,12 @@ int RimContextCommandBuilder::appendCreateCompletions( caf::CmdFeatureMenuBuilde
|
|||||||
candidates << "RicNewValveFeature";
|
candidates << "RicNewValveFeature";
|
||||||
candidates << "RicNewFishbonesSubsFeature";
|
candidates << "RicNewFishbonesSubsFeature";
|
||||||
candidates << "RicNewWellPathFractureFeature";
|
candidates << "RicNewWellPathFractureFeature";
|
||||||
candidates << "RicNewStimPlanModelFeature";
|
|
||||||
candidates << "Separator";
|
candidates << "Separator";
|
||||||
candidates << "RicCreateMultipleFracturesFeature";
|
candidates << "RicCreateMultipleFracturesFeature";
|
||||||
candidates << "RicNewWellPathAttributeFeature";
|
candidates << "RicNewWellPathAttributeFeature";
|
||||||
candidates << "Separator";
|
candidates << "Separator";
|
||||||
candidates << "RicCreateTemporaryLgrFeature";
|
candidates << "RicCreateTemporaryLgrFeature";
|
||||||
|
candidates << "RicNewStimPlanModelFeature";
|
||||||
|
|
||||||
return appendSubMenuWithCommands( menuBuilder,
|
return appendSubMenuWithCommands( menuBuilder,
|
||||||
candidates,
|
candidates,
|
||||||
|
|||||||
Reference in New Issue
Block a user