elementary: initialize single_direction as none for elm_map.
authorSungtaek Hong <sth253.hong@samsung.com>
Tue, 31 May 2016 21:38:45 +0000 (14:38 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 31 May 2016 21:59:26 +0000 (14:59 -0700)
commit4a6111920683281e8a8703c87a745037561a9828
treef892d014d55e278870e838eb86f612e1b34e1c78
parent260377a376bf19935c6cd92df548650600d67b8e
elementary: initialize single_direction as none for elm_map.

Summary:
 - elm_map has a scrollbale interface and it is set
   as ELM_SCROLLER_SINGLE_DIRECTION_SOFT by default.
 - elm_map can be rotated by gesture or by an API
   elm_map_rotate_set, so this single direction
   makes scroll unnatural.

Reviewers: Hermet, cedric

Subscribers: conr2d, jpeg

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/elementary/elm_map.c