Evas textblock: Break on mandatory and allowed break options.

SVN revision: 59274
This commit is contained in:
Tom Hacohen 2011-05-08 11:20:19 +00:00
parent 8214888f83
commit 9f29ea18d3
1 changed files with 1 additions and 1 deletions

View File

@ -3054,7 +3054,7 @@ _layout_get_charwrap(Ctxt *c, Evas_Object_Textblock_Format *fmt,
/* Allow break means: if we can break after the current char */
#define ALLOW_BREAK(i) \
(breaks[i] == LINEBREAK_ALLOWBREAK)
(breaks[i] <= LINEBREAK_ALLOWBREAK)
#else