mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
5280 make comment regarding toggling of order more clear
This commit is contained in:
parent
cbf0121559
commit
ec3ab9b066
@ -102,7 +102,7 @@ final class LogicalImagerPanel extends JPanel implements DocumentListener {
|
||||
imageTableSelect();
|
||||
}
|
||||
});
|
||||
//sort on specified column in decending orders
|
||||
//sort on specified column in decending order, the first call will toggle to ascending order, the second to descending order
|
||||
imageTable.getRowSorter().toggleSortOrder(COLUMN_TO_SORT_ON_INDEX);
|
||||
imageTable.getRowSorter().toggleSortOrder(COLUMN_TO_SORT_ON_INDEX);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user