Loading isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ namespace Isis { // Retrieve the control net name used in the last bundle adjustment. // Note that this returns a fully specified path and filename, while the cnet combo box // only stores file names. selectControl(bundleSolutionInfo.last()->controlNetworkFileName()); selectControl(bundleSolutionInfo.last()->inputControlNetFileName()); fillFromSettings(lastBundleSettings); } Loading isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.h +2 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,8 @@ namespace Isis { * allows for proper restoring of user defined weightings. * @history 2017-08-14 Summer Stapleton - Updated icons/images to properly licensed or open * source images. Fixes #5105. * @history 2018-03-14 Ken Edmundson - Updated to use BundleSolutionInfo new methods to return * the input control. */ class JigsawSetupDialog : public QDialog { Loading Loading
isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ namespace Isis { // Retrieve the control net name used in the last bundle adjustment. // Note that this returns a fully specified path and filename, while the cnet combo box // only stores file names. selectControl(bundleSolutionInfo.last()->controlNetworkFileName()); selectControl(bundleSolutionInfo.last()->inputControlNetFileName()); fillFromSettings(lastBundleSettings); } Loading
isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.h +2 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,8 @@ namespace Isis { * allows for proper restoring of user defined weightings. * @history 2017-08-14 Summer Stapleton - Updated icons/images to properly licensed or open * source images. Fixes #5105. * @history 2018-03-14 Ken Edmundson - Updated to use BundleSolutionInfo new methods to return * the input control. */ class JigsawSetupDialog : public QDialog { Loading