Commit 68a84482 authored by chrisryancombs's avatar chrisryancombs
Browse files

Removed creation of Images ProjectItem in Bundle Results when detached labels are not made.

parent 31e4463f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -144,8 +144,10 @@ namespace Isis {
    appendRow( new ProjectItem( bundleSolutionInfo->bundleSettings() ) );
    appendRow( new ProjectItem(bundleSolutionInfo->control()) );
    appendRow( new ProjectItem( bundleSolutionInfo->bundleResults() ) );
    if (!bundleSolutionInfo->adjustedImages().isEmpty()) {
      appendRow( new ProjectItem( bundleSolutionInfo->adjustedImages() ) );
    }
  }


  /**