mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
remove todo (column wodth and sort order persists through restarts)
This commit is contained in:
parent
a3e433f7bd
commit
0fe129f817
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue