mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
Fixed memory leak
This commit is contained in:
parent
40fda24615
commit
9de37bea5a
5 changed files with 91 additions and 63 deletions
|
|
@ -97,6 +97,9 @@ public class TablesPanel extends javax.swing.JPanel {
|
|||
|
||||
initComponents();
|
||||
|
||||
// disable replays
|
||||
chkShowCompleted.setVisible(false);
|
||||
|
||||
tableTables.createDefaultColumnsFromModel();
|
||||
chatPanel.useExtendedView(ChatPanel.VIEW_MODE.NONE);
|
||||
chatPanel.setBorder(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue