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
|
|
@ -351,6 +351,10 @@ public class ChatPanelBasic extends javax.swing.JPanel {
|
|||
this.txtMessage.repaint();
|
||||
}
|
||||
}
|
||||
|
||||
public void enableHyperlinks() {
|
||||
txtConversation.enableHyperlinks();
|
||||
}
|
||||
|
||||
private void txtMessageKeyTyped(java.awt.event.KeyEvent evt) {//GEN-FIRST:event_txtMessageKeyTyped
|
||||
handleKeyTyped(evt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue