mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
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:
parent
6feb2e58f5
commit
195960d5d5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue