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:
parent
b9362386bc
commit
2390c91d9f
@ -411,9 +411,9 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
|
||||
menuBuilder << "RicNewPerforationIntervalFeature";
|
||||
menuBuilder << "RicNewFishbonesSubsFeature";
|
||||
menuBuilder << "RicNewWellPathFractureFeature";
|
||||
menuBuilder << "RicNewStimPlanModelFeature";
|
||||
menuBuilder.subMenuEnd();
|
||||
menuBuilder << "RicCreateTemporaryLgrFeature";
|
||||
menuBuilder << "RicNewStimPlanModelFeature";
|
||||
menuBuilder.addSeparator();
|
||||
appendExportCompletions( menuBuilder );
|
||||
}
|
||||
@ -1361,12 +1361,12 @@ int RimContextCommandBuilder::appendCreateCompletions( caf::CmdFeatureMenuBuilde
|
||||
candidates << "RicNewValveFeature";
|
||||
candidates << "RicNewFishbonesSubsFeature";
|
||||
candidates << "RicNewWellPathFractureFeature";
|
||||
candidates << "RicNewStimPlanModelFeature";
|
||||
candidates << "Separator";
|
||||
candidates << "RicCreateMultipleFracturesFeature";
|
||||
candidates << "RicNewWellPathAttributeFeature";
|
||||
candidates << "Separator";
|
||||
candidates << "RicCreateTemporaryLgrFeature";
|
||||
candidates << "RicNewStimPlanModelFeature";
|
||||
|
||||
return appendSubMenuWithCommands( menuBuilder,
|
||||
candidates,
|
||||
|
Loading…
Reference in New Issue
Block a user