src/Tools/jEdit/patches/jedit-4.5.2/caret
changeset 48786 2b08d10a2f75
equal deleted inserted replaced
48785:1e384f729045 48786:2b08d10a2f75
       
     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  	} //}}}