elm_image: let's not trigger confusing update add.
authorCedric BAIL <cedric@osg.samsung.com>
Mon, 12 Oct 2015 23:00:04 +0000 (16:00 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 12 Oct 2015 23:00:04 +0000 (16:00 -0700)
commitbcc91814df43ccf7b90078d61da2f4452b72300b
tree549ade760cc71dd3bb1d074e2e9efef867b3aba4
parent6286345fe353828d344fabc08fded81dd9752f74
elm_image: let's not trigger confusing update add.

Elm_Image rely on Evas_Image ability to rotate content. There is no
pixels manipulation involved that require an update_add here. In fact
this cause a bug where the content would disapear due to evas trying
to get some pixels data that are not where it think they are.
src/lib/elm_image.c