Fixed wrong scroll direction for mouse wheel event in ItemView and ScrollView
authorRichard Huang <r.huang@samsung.com>
Thu, 5 Jun 2014 14:52:41 +0000 (15:52 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 11 Jun 2014 08:00:56 +0000 (09:00 +0100)
commit1ab5a093a38b07a63a5b81ac0394d2ca10eb48d9
tree20f269b556cebe260f63368858ad9e6e18b38da7
parentd5e3ed5f5b1c8fdba3ae97ead8729620f54b3836
Fixed wrong scroll direction for mouse wheel event in ItemView and ScrollView

[problem] ScrollView and ItemView are moving in the wrong direction for mouse wheel event.
[solution] Fixed the scroll direction for mouse wheel event in ItemView and ScrollView.
base/dali-toolkit/internal/controls/scrollable/item-view/item-view-impl.cpp
base/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-view-impl.cpp