mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1240 Adjustments to icons and command texts
This commit is contained in:
@@ -376,30 +376,26 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
|
||||
else if (dynamic_cast<RimWellPathFracture*>(uiItem))
|
||||
{
|
||||
commandIds << "RicNewWellPathFractureFeature";
|
||||
//commandIds << "RicWellPathFracturesDeleteAllFeature";
|
||||
}
|
||||
else if (dynamic_cast<RimSimWellFracture*>(uiItem))
|
||||
{
|
||||
commandIds << "RicNewSimWellFractureFeature";
|
||||
//commandIds << "RicSimWellFracturesDeleteAllFeature";
|
||||
}
|
||||
else if (dynamic_cast<RimFractureTemplateCollection*>(uiItem) ||
|
||||
dynamic_cast<RimStimPlanFractureTemplate*>(uiItem))
|
||||
{
|
||||
commandIds << "RicConvertAllFractureTemplatesToMetricFeature";
|
||||
commandIds << "RicConvertAllFractureTemplatesToFieldFeature";
|
||||
commandIds << "Separator";
|
||||
commandIds << "RicNewEllipseFractureTemplateFeature";
|
||||
commandIds << "RicNewStimPlanFractureTemplateFeature";
|
||||
commandIds << "RicFractureDefinitionsDeleteAllFeature";
|
||||
commandIds << "Separator";
|
||||
commandIds << "RicConvertAllFractureTemplatesToMetricFeature";
|
||||
commandIds << "RicConvertAllFractureTemplatesToFieldFeature";
|
||||
}
|
||||
else if (dynamic_cast<RimEllipseFractureTemplate*>(uiItem))
|
||||
{
|
||||
commandIds << "RicConvertFractureTemplateUnitFeature";
|
||||
commandIds << "Separator";
|
||||
commandIds << "RicNewEllipseFractureTemplateFeature";
|
||||
commandIds << "RicNewStimPlanFractureTemplateFeature";
|
||||
commandIds << "RicFractureDefinitionsDeleteAllFeature";
|
||||
commandIds << "Separator";
|
||||
commandIds << "RicConvertFractureTemplateUnitFeature";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user