mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
* 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
This commit is contained in:
parent
7a9c3371c9
commit
b783922fe2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue