Fixed scroll bar disabling issue in gallery app 01/20301/1
authorRichard Huang <r.huang@samsung.com>
Wed, 23 Apr 2014 11:09:02 +0000 (12:09 +0100)
committerDavid Steele <david.steele@partner.samsung.com>
Thu, 1 May 2014 15:01:15 +0000 (16:01 +0100)
commit77aecaf3903cb08ea1eea8da87a19eaa02a2a54b
tree0dcb73f1ca933e00b5c4f73563e418b667e6aae3
parent59a64377febf07c88dd229ce806e381083476e24
Fixed scroll bar disabling issue in gallery app

[Issue]
[Problem] Scroll bar in ScrollView is shown when it shouldn't. It cannot be disabled
          even when Scrollable::DisableScrollComponent is called.
[Cause] The images for scroll indicator are not removed when scroll bar is disabled.
[Solution] Remove the scroll indicator images when the scroll bar is disconnected
           from scroll view.

Change-Id: I01ff966ad1484b23db5000dd48184fdb2ebe653e
Signed-off-by: David Steele <david.steele@partner.samsung.com>
dali-toolkit/internal/controls/scrollable/scrollable-impl.cpp
dali-toolkit/public-api/controls/scrollable/scroll-component-impl.h