Load prolog.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14863 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2002-10-29 03:46:39 +00:00
parent 3766e95ce1
commit 6b65871481
9 changed files with 47 additions and 12 deletions

View file

@ -66,6 +66,9 @@
#include <AppKit/NSColorPanel.h>
#include <AppKit/NSAttributedString.h>
/* From NSView.m */
self NSView *viewIsPrinting;
static const int currentVersion = 2;
#define HUGE 1e7
@ -3451,7 +3454,7 @@ afterString in order over charRange. */
if (NSLocationInRange (location, drawnRange)
|| location == NSMaxRange (drawnRange))
{
if (_drawInsertionPointNow)
if (_drawInsertionPointNow && viewIsPrinting != self)
{
[self drawInsertionPointInRect: _insertionPointRect
color: _caret_color