mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
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:
committed by
holger.bergunde
parent
760ac04dc0
commit
0722a78654
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user