From: Richard Huang Date: Wed, 23 Apr 2014 11:09:02 +0000 (+0100) Subject: Fixed scroll bar disabling issue in gallery app X-Git-Tag: dali-2014-wk20-release~35 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=77aecaf3903cb08ea1eea8da87a19eaa02a2a54b;hp=77aecaf3903cb08ea1eea8da87a19eaa02a2a54b 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 ---