projects
/
apps
/
osp
/
Calendar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71a4112
)
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
author
Amith Kumar Mahale
<amith.m@samsung.com>
Wed, 7 Aug 2013 10:37:54 +0000
(16:07 +0530)
committer
Amith 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
patch
|
blob
|
history
diff --git
a/src/ClPanningAnimationManager.cpp
b/src/ClPanningAnimationManager.cpp
index
6698d63
..
e92f328
100644
(file)
--- a/
src/ClPanningAnimationManager.cpp
+++ b/
src/ClPanningAnimationManager.cpp
@@
-90,6
+90,7
@@
PanningAnimationManager::AddView(Control& view, ViewScrollEffect position)
void
PanningAnimationManager::CancelPanningAnimationEvent(void)
{
+ __isPanning = false;
ResetPosition();
}