From 6447a732f734f30917893a00746603dbc9d1278a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 2 May 2007 05:08:23 +0000 Subject: Set is_wrapped to true on BREAK_EMPTY_FIT too. 2007-05-02 Behdad Esfahbod * pango/pango-layout.c (process_line): Set is_wrapped to true on BREAK_EMPTY_FIT too. svn path=/trunk/; revision=2245 --- pango/pango-layout.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pango/pango-layout.c') diff --git a/pango/pango-layout.c b/pango/pango-layout.c index 570cd57b..309ede9e 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -3365,6 +3365,7 @@ process_line (PangoLayout *layout, break; case BREAK_EMPTY_FIT: + layout->is_wrapped = TRUE; goto done; case BREAK_SOME_FIT: -- cgit v1.2.1