diff --git a/src/lib/evas/canvas/evas_object_textblock.c b/src/lib/evas/canvas/evas_object_textblock.c index b5a17f112e..70a9e3ae33 100644 --- a/src/lib/evas/canvas/evas_object_textblock.c +++ b/src/lib/evas/canvas/evas_object_textblock.c @@ -5515,7 +5515,7 @@ _layout_par(Ctxt *c) if (c->ln->items) { - if (c->par && !EINA_INLIST_GET(c->par)->next) + if (!EINA_INLIST_GET(c->par)->next) { c->position = (c->position == TEXTBLOCK_POSITION_START) ? TEXTBLOCK_POSITION_SINGLE : TEXTBLOCK_POSITION_END;