Fix for Year panel blank issue accepted/tizen/mobile tizen 2.2_release accepted/tizen/20131101.084434 submit/tizen/20131031.212718 submit/tizen_2.2/20130814.085346 submit/tizen_2.2/20130814.101348
authorAmith Kumar Mahale <amith.m@samsung.com>
Wed, 7 Aug 2013 10:37:54 +0000 (16:07 +0530)
committerAmith Kumar Mahale <amith.m@samsung.com>
Wed, 7 Aug 2013 10:37:54 +0000 (16:07 +0530)
Change-Id: I370113373fd19ab8d1d5aba673467b10ae744d44
Signed-off-by: Amith Kumar Mahale <amith.m@samsung.com>
src/ClPanningAnimationManager.cpp

index 6698d63..e92f328 100644 (file)
@@ -90,6 +90,7 @@ PanningAnimationManager::AddView(Control& view, ViewScrollEffect position)
 void
 PanningAnimationManager::CancelPanningAnimationEvent(void)
 {
+       __isPanning = false;
        ResetPosition();
 }