SPARK-1268 curso should stay normal when sent a message

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12204 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Holger Bergunde
2011-03-29 08:57:31 +00:00
committed by holger.bergunde
parent 760ac04dc0
commit 0722a78654

View File

@ -185,7 +185,7 @@ public class ChatArea extends JTextPane implements MouseListener, MouseMotionLis
public void setText(String message) {
// By default, use the hand cursor for link selection
// and scrolling.
setCursor(HAND_CURSOR);
// setCursor(HAND_CURSOR);
// Make sure the message is not null.
// message = message.trim();