remove todo (column wodth and sort order persists through restarts)

This commit is contained in:
GrayedFox 2018-05-20 20:12:22 +02:00
parent a3e433f7bd
commit 0fe129f817
No known key found for this signature in database
GPG key ID: 7FF4748DBF28C93F

View file

@ -192,7 +192,7 @@ public class TablesPanel extends javax.swing.JPanel {
activeTablesSorter.setSortKeys(list);
TableUtil.setColumnWidthAndOrder(tableTables, DEFAULT_COLUMNS_WIDTH,
PreferencesDialog.KEY_TABLES_COLUMNS_WIDTH, PreferencesDialog.KEY_TABLES_COLUMNS_ORDER); // TODO: is sort order save and restore after app restart/window open?
PreferencesDialog.KEY_TABLES_COLUMNS_WIDTH, PreferencesDialog.KEY_TABLES_COLUMNS_ORDER);
// 2. TABLE COMPLETED
completedTablesSorter = new MageTableRowSorter(matchesModel);