fix sorting bug try 2
This commit is contained in:
@@ -86,8 +86,8 @@ class MainFrameController {
|
|||||||
return
|
return
|
||||||
def sortEvt = group.view.lastSortEvent
|
def sortEvt = group.view.lastSortEvent
|
||||||
if (sortEvt != null) {
|
if (sortEvt != null) {
|
||||||
row = sortEvt.convertPreviousRowIndexToModel(row)
|
row = group.view.resultsTable.rowSorter.convertRowIndexToModel(row)
|
||||||
}
|
}
|
||||||
group.model.results[row]
|
group.model.results[row]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user