mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
remove offending line setting width incorrectly (was always 1647)
This commit is contained in:
parent
06392f510c
commit
a3e433f7bd
1 changed files with 0 additions and 1 deletions
|
@ -185,7 +185,6 @@ public class TableWaitingDialog extends MageDialog {
|
|||
MageFrame.getUI().removeButton(MageComponents.TABLE_WAITING_START_BUTTON);
|
||||
this.removeDialog();
|
||||
TableUtil.saveColumnWidthAndOrderToPrefs(jTableSeats, KEY_TABLE_WAITING_COLUMNS_WIDTH, KEY_TABLE_WAITING_COLUMNS_ORDER);
|
||||
PreferencesDialog.saveValue(PreferencesDialog.KEY_TABLE_WAITING_COLUMNS_WIDTH, Integer.toString(getWidth()));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue