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
This commit is contained in:
Alexander Malmberg 2004-07-11 14:36:51 +00:00
parent 6feb2e58f5
commit 195960d5d5

View file

@ -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)