From 749b5286d42e7416f895f0681f20aca13c8e3136 Mon Sep 17 00:00:00 2001 From: alexm Date: Sun, 11 Jul 2004 14:36:51 +0000 Subject: [PATCH] Get the printing buffer size right this time. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19712 72102866-910b-0410-8b05-ffd578937521 --- Source/NSLayoutManager.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSLayoutManager.m b/Source/NSLayoutManager.m index 852602215..1a5f4d62d 100644 --- a/Source/NSLayoutManager.m +++ b/Source/NSLayoutManager.m @@ -1314,7 +1314,7 @@ container if ([ctxt isDrawingToScreen]) gbuf_size = GBUF_SIZE; else - gbuf_size = 16; + gbuf_size = 1; for (i = 0, tc = textcontainers; i < num_textcontainers; i++, tc++) if (tc->pos + tc->length > range.location)