Commit 378deeb5 authored by Ian Humphrey's avatar Ian Humphrey
Browse files

hermite spline checkbox enabled

parent ecb7a159
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -1375,14 +1375,6 @@ namespace Isis {
    QTableWidget *table = m_ui->positionAprioriSigmaTable;
    m_ui->positionAprioriSigmaTable->setRowCount(currentIndex);

    // Fitting over hermite spline only available to user when solve option is not NONE
    if (currentIndex == 0) {
      m_ui->hermiteSplineCheckBox->setEnabled(false);
    }
    else {
      m_ui->hermiteSplineCheckBox->setEnabled(true);
    }

    // POSITION
    if (currentIndex > 0) { 
      QTableWidgetItem *coefficient = new QTableWidgetItem();
+1 −1
Original line number Diff line number Diff line
@@ -1204,7 +1204,7 @@ Valid Range: 1.0e-10 to 1.0e+10</string>
              <item row="2" column="2">
               <widget class="QCheckBox" name="hermiteSplineCheckBox">
                <property name="enabled">
                 <bool>false</bool>
                 <bool>true</bool>
                </property>
                <property name="sizePolicy">
                 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">