Skip to content

Commit

Permalink
Sort by create time. Refs #8209.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawrainey committed Oct 28, 2013
1 parent fb2ff06 commit 2914fbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Code/Mantid/MantidQt/MantidWidgets/src/ICatSearch2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,10 @@ namespace MantidQt

// Populate the "Filter type..." combo-box with all possible file extensions.
populateDataFileType(extensions);

// Sort by endDate with the most recent being first.
dataFileTable->setSortingEnabled(true);
dataFileTable->sortByColumn(2,Qt::DescendingOrder);
}

/**
Expand Down

0 comments on commit 2914fbb

Please sign in to comment.