* Reverted chat focus handling change.

This commit is contained in:
LevelX2 2014-10-20 00:50:52 +02:00
parent 6970265c0f
commit 2fae1df8c7

View file

@ -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) {