From 7a6fe148b3d0b9b677d5181e20a0cd6534d5c55f Mon Sep 17 00:00:00 2001 From: stoyan Date: Fri, 16 Feb 2007 01:34:27 +0000 Subject: [PATCH] * Headers/AppKit/NSTextView.h: Enable disabled insertion point blinking code. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24593 72102866-910b-0410-8b05-ffd578937521 --- Headers/AppKit/NSTextView.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Headers/AppKit/NSTextView.h b/Headers/AppKit/NSTextView.h index 4042e1a83..323a2ab34 100644 --- a/Headers/AppKit/NSTextView.h +++ b/Headers/AppKit/NSTextView.h @@ -169,7 +169,7 @@ therefore be stored in the NSLayoutManager to avoid problems. text view that is the first responder, so there shouldn't be any problems with keeping track of it locally. Still need to think hard about handling of it, though. */ -#if 0 +//#if 0 /* Timer used to redraw the insertion point ... FIXME - think what happens with multiple textviews */ NSTimer *_insertionPointTimer; @@ -179,7 +179,7 @@ therefore be stored in the NSLayoutManager to avoid problems. following little period in which the insertion point should not be drawn */ BOOL _drawInsertionPointNow; -#endif +//#endif /* Stores the insertion point rect - updated by