#1970 WLP: Move command to dyncast of wellLogTrack in contextCommandBuilder

This commit is contained in:
Rebecca Cox
2017-10-06 15:15:37 +02:00
parent d6d3ee4f28
commit 8e80245544

View File

@@ -290,6 +290,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
commandIds << "RicPasteWellLogCurveFeature";
commandIds << "Separator";
commandIds << "RicNewWellLogCurveExtractionFeature";
commandIds << "RicNewWellLogRftCurveFeature";
commandIds << "RicNewWellLogFileCurveFeature";
commandIds << "Separator";
commandIds << "RicDeleteWellLogPlotTrackFeature";
@@ -444,7 +445,6 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
// is aware of multiple selected items, move the command to this list
// without using dyncamic_cast.
commandIds << "RicNewWellLogRftCurveFeature";
commandIds << "RicPasteTimeHistoryCurveFeature";
commandIds << "RicPasteAsciiDataCurveFeature";