Commit 8b12b455 authored by Ian Humphrey's avatar Ian Humphrey
Browse files

apply settings button now enabled/disabled in JSD observation solve settings tab

parent 0f23cb89
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1378,6 +1378,7 @@ namespace Isis {
    }

    m_ui->okCloseButtonBox->button(QDialogButtonBox::Ok)->setEnabled(tablesAreValid);
    m_ui->applySettingsPushButton->setEnabled(tablesAreValid);
  }