Commit 749639b1 authored by chrisryancombs's avatar chrisryancombs
Browse files

Uncommented updateBundleObservationSolveSettings call

parent 6e20e5a7
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -1668,7 +1668,6 @@ namespace Isis {
   * object. Serial numbers will be removed from all other BOSS objects, and empty BOSS objects will
   * be removed. 
   */ 

  void JigsawSetupDialog::on_applySettingsPushButton_clicked() {

    // Get the current selected images and the item models
@@ -1729,9 +1728,9 @@ namespace Isis {
      solveSettings.addObservationNumber(observationNumber);
    }

    // // Grab the data from the right hand side of the observation solve settings tab to set
    // // up the new bundle observation solve settings
    // updateBundleObservationSolveSettings(solveSettings);
    // Grab the data from the right hand side of the observation solve settings tab to set
    // up the new bundle observation solve settings
    updateBundleObservationSolveSettings(solveSettings);

    // Add the new solve settings to the solve settings list
    solveSettingsList.append(solveSettings);