forked from External/mage
Redesigned handling of chat start message.
This commit is contained in:
parent
a97d019ca5
commit
7f6eca171e
6 changed files with 72 additions and 14 deletions
|
|
@ -715,6 +715,7 @@ public final class GamePanel extends javax.swing.JPanel {
|
|||
userChatPanel = new mage.client.chat.ChatPanel();
|
||||
userChatPanel.setParentChat(gameChatPanel);
|
||||
userChatPanel.useExtendedView(ChatPanel.VIEW_MODE.CHAT);
|
||||
userChatPanel.setChatType(ChatPanel.ChatType.GAME);
|
||||
gameChatPanel.setConnectedChat(userChatPanel);
|
||||
gameChatPanel.disableInput();
|
||||
gameChatPanel.setMinimumSize(new java.awt.Dimension(100, 48));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue