projects
/
profile
/
mobile
/
apps
/
native
/
gallery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b05cae0
)
Corrected check position in time view
75/109175/1
submit/tizen_3.0/20170109.103958
author
Rahul Dadhich
<r.dadhich@samsung.com>
Mon, 9 Jan 2017 06:25:35 +0000
(11:55 +0530)
committer
Rahul Dadhich
<r.dadhich@samsung.com>
Mon, 9 Jan 2017 06:25:35 +0000
(11:55 +0530)
Change-Id: I84944f4659dde51b2e3d1c8dc5bd3ead4bb09390
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
src/2dview/gl-timeline.c
patch
|
blob
|
history
diff --git
a/src/2dview/gl-timeline.c
b/src/2dview/gl-timeline.c
index 68eb7ce896e5a6613defa647c4b44e615b617574..d82a48d0464fef7d097c917260363b10b23a1a72 100644
(file)
--- a/
src/2dview/gl-timeline.c
+++ b/
src/2dview/gl-timeline.c
@@
-1582,6
+1582,8
@@
int _gl_timeline_create_grid_view(gl_timeline_s * timeline_d,
}
elm_genlist_item_class_free(pGenGridItc);
elm_genlist_item_class_free(pGenGridZoomItc);
+ elm_object_mirrored_automatic_set(genlist, EINA_FALSE);
+ elm_object_mirrored_set(genlist, EINA_FALSE);
return 0;
}