ScrollView: Avoid unintentional contraints on X/Y properties
authorPaul Wisbey <p.wisbey@samsung.com>
Sat, 31 May 2014 03:09:21 +0000 (12:09 +0900)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 11 Jun 2014 07:50:32 +0000 (08:50 +0100)
commit1df5dd2e4d6f9129cf495e9af612f4fc8bd6afda
tree3a0ad0aa548142952b380a8d2bdd85db197bcfaf
parent16e2b98c54081905fa9e26e017e96672581c9f34
ScrollView: Avoid unintentional contraints on X/Y properties

[problem]     Snap animation is not working in homescreen ScrollView
[cause]       Whilst the X/Y properties are animated, they are unintentionally
constrained to match the position from previous pan
[solution]    More logic to ensure constraints are removed after pan finishes.
base/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-view-impl.cpp