Revert "elm_photocam: Limiting image reload in zoom in/out"

Summary:
After discussion with DaveMDS, D2402 is a wrong fix and must be reverted.
This reverts commit a7978f931a4b67820b6b65758ce6f362c1ebec70.

Reviewers: cedric, DaveMDS

Subscribers: jpeg

Differential Revision: https://phab.enlightenment.org/D2437

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
kabeer khan 2015-04-28 11:38:50 +02:00 committed by Cedric BAIL
parent 19a47f81cd
commit 06e02ad88d
1 changed files with 2 additions and 5 deletions

View File

@ -1301,11 +1301,8 @@ _elm_photocam_image_orient_set(Eo *obj, Elm_Photocam_Data *sd, Evas_Image_Orient
Eina_List *l;
Elm_Phocam_Grid *g, *g_orient = NULL;
if (sd->orient == orient)
{
sd->orientation_changed = EINA_FALSE;
return;
}
if (sd->orient == orient) return;
sd->orientation_changed = EINA_TRUE;
sd->orient = orient;
g = _grid_create(obj);