forked from External/mage
GUI: improved game logs, added mouse cursor and hover style over active card names like browsers
This commit is contained in:
parent
9c6fc4187f
commit
b695f8906c
10 changed files with 93 additions and 19 deletions
|
|
@ -827,7 +827,7 @@ public class TablesPanel extends javax.swing.JPanel {
|
|||
}
|
||||
}
|
||||
stopTasks();
|
||||
this.chatPanelMain.getUserChatPanel().disconnect();
|
||||
this.chatPanelMain.cleanUp();;
|
||||
|
||||
Component c = this.getParent();
|
||||
while (c != null && !(c instanceof TablesPane)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue