Loading isis/src/qisis/objs/ProjectItem/ProjectItem.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -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() ) ); } } /** Loading Loading
isis/src/qisis/objs/ProjectItem/ProjectItem.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -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() ) ); } } /** Loading