mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-03 14:30:41 +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
93b9a9764a
commit
7a6fe148b3
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
|
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
|
problems with keeping track of it locally. Still need to think hard
|
||||||
about handling of it, though. */
|
about handling of it, though. */
|
||||||
#if 0
|
//#if 0
|
||||||
/* Timer used to redraw the insertion point ... FIXME - think what
|
/* Timer used to redraw the insertion point ... FIXME - think what
|
||||||
happens with multiple textviews */
|
happens with multiple textviews */
|
||||||
NSTimer *_insertionPointTimer;
|
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
|
following little period in which the insertion point should not
|
||||||
be drawn */
|
be drawn */
|
||||||
BOOL _drawInsertionPointNow;
|
BOOL _drawInsertionPointNow;
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
|
|
||||||
/* Stores the insertion point rect - updated by
|
/* Stores the insertion point rect - updated by
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue