forked from External/mage
Backed out changeset: 83cb579a3761
This commit is contained in:
parent
473f6bcad9
commit
a4c3deb7ac
38 changed files with 63 additions and 2657 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