forked from External/mage
Enable hyperlinks handling only in the game log window.
This commit is contained in:
parent
23e93f008a
commit
f95921cc73
3 changed files with 27 additions and 10 deletions
|
|
@ -1296,6 +1296,7 @@ public final class GamePanel extends javax.swing.JPanel {
|
|||
gameChatPanel.setConnectedChat(userChatPanel);
|
||||
gameChatPanel.disableInput();
|
||||
gameChatPanel.setMinimumSize(new java.awt.Dimension(100, 48));
|
||||
gameChatPanel.enableHyperlinks();
|
||||
jSplitPane2 = new javax.swing.JSplitPane();
|
||||
handContainer = new HandPanel();
|
||||
handCards = new HashMap<>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue