elementary/mapbuf - removed white trailing

This commit is contained in:
ChunEon Park 2013-05-30 02:37:35 +09:00
parent fe7118ec67
commit 0817e697c0
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ _configure(Evas_Object *obj, Eina_Bool update_force)
aren't sure that the content is updated correctly if the content was
outside of the viewport, especially it has many child members. Some
type of children will do the lazy updated (ie, textblock) on right
before the rendering. It means they lose the update time cause
before the rendering. It means they lose the update time cause
of the mapbuf since the mapbuf tries nochange forcefully. */
if (!sd->inside_view[0] && ((x >= vx) && (x <= (vx + vw))))
sd->inside_view[0] = EINA_TRUE;