summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r--pango/pango-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index 23378b9d..df2b7698 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -3224,7 +3224,7 @@ process_item (PangoLayout *layout,
width = 0;
for (num_chars = 0; num_chars < item->num_chars; num_chars++)
{
- if (width > state->remaining_width)
+ if (width > state->remaining_width && break_num_chars < item->num_chars)
break;
/* If there are no previous runs we have to take care to grab at least one char. */