#1373 Add feature ShowTotalAllocationData

This commit is contained in:
Magne Sjaastad
2017-04-19 13:44:08 +02:00
parent 58065396e7
commit 9caaeac237
9 changed files with 182 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ RiuWellAllocationPlot::RiuWellAllocationPlot(RimWellAllocationPlot* plotDefiniti
new RiuPlotObjectPicker(m_legendWidget, m_plotDefinition->plotLegend());
QStringList commandIds;
commandIds << "RicShowWellAllocationDataFeature";
commandIds << "RicShowTotalAllocationDataFeature";
new RiuContextMenuLauncher(m_legendWidget, commandIds);
rightColumnLayout->addWidget(m_legendWidget);