src/Tools/jEdit/patches/jedit-4.5.2/caret
changeset 50305 8290dc6c8d7f
parent 50304 21000e205d6c
child 50306 b655d2d0406d
equal deleted inserted replaced
50304:21000e205d6c 50305:8290dc6c8d7f
     1 diff -ru jEdit/org/gjt/sp/jedit/textarea/TextArea.java jEdit-patched/org/gjt/sp/jedit/textarea/TextArea.java
       
     2 --- jEdit/org/gjt/sp/jedit/textarea/TextArea.java	2012-06-15 22:20:05.000000000 +0200
       
     3 +++ jEdit-patched/org/gjt/sp/jedit/textarea/TextArea.java	2012-08-13 19:11:04.000000000 +0200
       
     4 @@ -4907,7 +4907,7 @@
       
     5  	/**
       
     6  	 * Returns true if the caret is visible, false otherwise.
       
     7  	 */
       
     8 -	final boolean isCaretVisible()
       
     9 +	public final boolean isCaretVisible()
       
    10  	{
       
    11  		return blink && hasFocus();
       
    12  	} //}}}