forked from External/mage
Backed out changeset: b5d9cea65b73
This commit is contained in:
parent
ab599dd335
commit
92d42c16b5
7 changed files with 20 additions and 105 deletions
|
|
@ -190,11 +190,10 @@ public class TablesPanel extends javax.swing.JPanel {
|
|||
}
|
||||
|
||||
public void hideTables() {
|
||||
if (tableWaitingDialog != null && tableWaitingDialog.isVisible()) {
|
||||
if (tableWaitingDialog.isVisible()) {
|
||||
tableWaitingDialog.closeDialog();
|
||||
}
|
||||
if (updateTask != null)
|
||||
updateTask.cancel(true);
|
||||
updateTask.cancel(true);
|
||||
this.chatPanel.disconnect();
|
||||
|
||||
Component c = this.getParent();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue