mirror of https://github.com/zlatinb/muwire
fix sorting bug try 2
parent
5778d537ce
commit
6b38d7bffb
|
@ -86,7 +86,7 @@ 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]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue