#1032 Well Log Plot - added Change Data Source feature for extraction curves

This commit is contained in:
Magne Sjaastad
2016-12-17 16:45:02 +01:00
parent c698206194
commit ac4f21318c
6 changed files with 277 additions and 0 deletions

View File

@@ -393,6 +393,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
{
commandIds << "RicCopyReferencesToClipboardFeature";
commandIds << "RicExportToLasFileFeature";
commandIds << "RicChangeDataSourceFeature";
}
else if (dynamic_cast<RimWellLogPlotCollection*>(uiItem))
{