mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
* Reverted chat focus handling change.
This commit is contained in:
parent
6970265c0f
commit
2fae1df8c7
1 changed files with 0 additions and 2 deletions
|
|
@ -232,8 +232,6 @@ public class ChatPanel extends javax.swing.JPanel {
|
|||
}
|
||||
text.append(getColoredText(textColor, ManaSymbols.replaceSymbolsWithHTML(message, ManaSymbols.Type.PAY)));
|
||||
this.txtConversation.append(text.toString());
|
||||
this.txtConversation.requestFocusInWindow();
|
||||
this.txtMessage.requestFocusInWindow();
|
||||
}
|
||||
|
||||
private String getColoredText(String color, String text) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue