|
From: | audriusa at bluewin dot ch |
Subject: | [Bug swing/24942] DefaultCaret is not always |
Date: | 22 Nov 2005 10:02:41 -0000 |
------- Comment #1 from audriusa at bluewin dot ch 2005-11-22 10:02 ------- Created an attachment (id=10319) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10319&action=view) This should fix the problem by stopping the timer when the focus is lost. 2005-11-22 Audrius Meskauskas <address@hidden> PR 24942 * javax/swing/text/DefaultCaret.java (focusGained): Update timer status. (focusLost): Stop the timer (unless the event is temporary). (updateTimerStatus): New method. (setVisible): Delegate timer management to the updateTimerStatus. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24942
[Prev in Thread] | Current Thread | [Next in Thread] |