Loading isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.cpp +0 −8 Original line number Diff line number Diff line Loading @@ -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(); Loading isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.ui +1 −1 Original line number Diff line number Diff line Loading @@ -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"> Loading Loading
isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.cpp +0 −8 Original line number Diff line number Diff line Loading @@ -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(); Loading
isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.ui +1 −1 Original line number Diff line number Diff line Loading @@ -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"> Loading