#1294 - When selecting multiple wellLogPlots, they will now be exported to separate files.

This commit is contained in:
astridkbjorke
2017-03-10 15:12:01 +01:00
parent 04c9616abc
commit 4ccdd51ea8
3 changed files with 56 additions and 25 deletions
@@ -407,6 +407,10 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
{
commandIds << "RicAsciiExportSummaryPlotFeature";
}
else if (dynamic_cast<RimWellLogPlot*>(uiItem))
{
commandIds << "RicAsciiExportWellLogPlotFeature";
}
else if (dynamic_cast<RimWellLogCurve*>(uiItem) ||
dynamic_cast<RimWellLogTrack*>(uiItem) ||
dynamic_cast<RimWellLogPlot*>(uiItem))