WIP: Started to create the summary plot Rim data structures.

This commit is contained in:
Jacob Støren
2016-05-09 12:13:54 +02:00
parent 21f8b722b1
commit 24edb0501e
16 changed files with 1071 additions and 6 deletions

View File

@@ -77,6 +77,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
if (uiItems.size() == 0)
{
commandIds << "RicNewWellLogPlotFeature";
commandIds << "RicNewSummaryPlotFeature";
}
else if (uiItems.size() > 1)
{