Summary Cross Plot. Hide Paste Excel data for cross plots

This commit is contained in:
Bjørn Erik Jensen
2017-12-15 10:10:21 +01:00
parent 0cce524af1
commit e35a448dae

View File

@@ -56,14 +56,12 @@ bool RicPasteAsciiDataToSummaryPlotFeature::isCommandEnabled()
RimSummaryPlot* summaryPlot = nullptr;
destinationObject->firstAncestorOrThisOfType(summaryPlot);
if (!summaryPlot)
RimSummaryPlotCollection* summaryPlotCollection = nullptr;
destinationObject->firstAncestorOrThisOfType(summaryPlotCollection);
if (!summaryPlotCollection)
{
RimSummaryPlotCollection* summaryPlotCollection = nullptr;
destinationObject->firstAncestorOrThisOfType(summaryPlotCollection);
if (!summaryPlotCollection)
{
return false;
}
return false;
}
return hasPastedText();