fix sorting bug try 2

pull/5/head
Zlatin Balevsky 2019-06-15 08:58:51 +01:00
parent 5778d537ce
commit 6b38d7bffb
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ class MainFrameController {
return
def sortEvt = group.view.lastSortEvent
if (sortEvt != null) {
row = sortEvt.convertPreviousRowIndexToModel(row)
row = group.view.resultsTable.rowSorter.convertRowIndexToModel(row)
}
group.model.results[row]
}