mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Curve calc. Reorganized context menus
This commit is contained in:
@@ -295,8 +295,9 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
|
|||||||
commandIds << "RicPasteSummaryPlotFeature";
|
commandIds << "RicPasteSummaryPlotFeature";
|
||||||
commandIds << "RicPasteAsciiDataToSummaryPlotFeature";
|
commandIds << "RicPasteAsciiDataToSummaryPlotFeature";
|
||||||
commandIds << "Separator";
|
commandIds << "Separator";
|
||||||
commandIds << "RicShowSummaryCurveCalculatorFeature";
|
|
||||||
commandIds << "RicNewSummaryPlotFeature";
|
commandIds << "RicNewSummaryPlotFeature";
|
||||||
|
commandIds << "Separator";
|
||||||
|
commandIds << "RicShowSummaryCurveCalculatorFeature";
|
||||||
}
|
}
|
||||||
else if (dynamic_cast<RimWellLogPlot*>(uiItem))
|
else if (dynamic_cast<RimWellLogPlot*>(uiItem))
|
||||||
{
|
{
|
||||||
@@ -329,9 +330,11 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
|
|||||||
commandIds << "RicPasteAsciiDataToSummaryPlotFeature";
|
commandIds << "RicPasteAsciiDataToSummaryPlotFeature";
|
||||||
commandIds << "Separator";
|
commandIds << "Separator";
|
||||||
commandIds << "RicEditSummaryPlotFeature";
|
commandIds << "RicEditSummaryPlotFeature";
|
||||||
commandIds << "RicShowSummaryCurveCalculatorFeature";
|
|
||||||
commandIds << "RicNewSummaryPlotFeature";
|
commandIds << "RicNewSummaryPlotFeature";
|
||||||
commandIds << "RicNewSummaryCurveFeature";
|
commandIds << "RicNewSummaryCurveFeature";
|
||||||
|
commandIds << "Separator";
|
||||||
|
commandIds << "RicShowSummaryCurveCalculatorFeature";
|
||||||
|
commandIds << "Separator";
|
||||||
commandIds << "RicAsciiExportSummaryPlotFeature";
|
commandIds << "RicAsciiExportSummaryPlotFeature";
|
||||||
commandIds << "Separator";
|
commandIds << "Separator";
|
||||||
commandIds << "RicCopyReferencesToClipboardFeature";
|
commandIds << "RicCopyReferencesToClipboardFeature";
|
||||||
|
|||||||
Reference in New Issue
Block a user