Commit b7c46192 authored by Ian Humphrey's avatar Ian Humphrey
Browse files

disabled ck solve degree now matches disabled spk solve degree

parent 22b7d7d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1512,10 +1512,10 @@ namespace Isis {
    QSpinBox *spinBox = m_ui->ckSolveDegreeSpinBox;
    spinBox->setValue(currentIndex - 1);
    if (arg1 == "ALL") {
      spinBox->setReadOnly(false);
      spinBox->setEnabled(true);
    }
    else {
      spinBox->setReadOnly(true);
      spinBox->setEnabled(false);
    }
  }