mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:30:37 +00:00
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:
parent
cce683f608
commit
06a5c62fa5
9 changed files with 47 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue