Evas textblock: Beautify the DRAW_FORMAT_DASHED macro a bit.

Patch by Shilpa Singh.

SVN revision: 64135
This commit is contained in:
Tom Hacohen 2011-10-17 12:18:57 +00:00
parent 58602fb861
commit 387bff89fb
1 changed files with 1 additions and 1 deletions

View File

@ -9009,7 +9009,7 @@ evas_object_textblock_render(Evas_Object *obj, void *output, void *context, void
_dr = itr->adv % (dw + dp); \
} \
if (_dr > dw) _dr = dw; \
for (_ind = _dn ; _ind > 0 ; _ind--) \
for (_ind = 0 ; _ind < _dn ; _ind++) \
{ \
DRAW_RECT(itr->x + _dx, oy, dw, oh, _or, _og, _ob, _oa); \
_dx += dw + dp; \