Commit eaf99ee5 authored by Summer Stapleton's avatar Summer Stapleton
Browse files

Changes for review feedback

parent ae100d7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2447,7 +2447,7 @@ namespace Isis {
  * Reset the selected template in the template combobox if the template selected by the user does 
  * not satisfy requirements for the control measure.
  *
  * @param fielName The filename that was previously selected in the template combo box
  * @param fileName The filename that was previously selected in the template combo box
  */
  void ControlPointEditWidget::resetTemplateComboBox(QString fileName) {
    if(fileName.startsWith("$base")) {
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ namespace Isis {
      QPointer<QWidget> m_templateEditorWidget; //!< Template editor widget
      bool m_templateModified; //!< Indicates if the registration template was edited

      QPointer<QComboBox> m_templateComboBox; //!< ComboBox of importd registration templates
      QPointer<QComboBox> m_templateComboBox; //!< ComboBox of imported registration templates
      QPointer<QLabel> m_ptIdValue; //!< Label for the point id of the current point
      QPointer<QComboBox> m_pointType; //!< Combobox to change the type of the current point
      QPointer<QLabel> m_numMeasures;