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

whitespace trimmed during FREE validation in sigma tables

parent 8b12b455
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1320,7 +1320,7 @@ namespace Isis {
    }

    // FREE is a valid value for the a priori sigma column
    int free = item->text().compare("FREE", Qt::CaseInsensitive);
    int free = item->text().simplified().compare("FREE", Qt::CaseInsensitive);
    if (free == 0) {
      item->setText("FREE");
    }