summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2013-10-10 19:58:01 +0900
committerChunEon Park <hermet@hermet.pe.kr>2013-10-10 19:58:42 +0900
commitc8b4d4c4ee3977a56eb9c6ac3021c458776b47ba (patch)
tree88202bd5e5a9f34b34377b1644e6f5876f8b2aab /ChangeLog
parenta6cbfa8b2ffe1ec7aab52f627be27f11a05e936d (diff)
downloadelementary-c8b4d4c4ee3977a56eb9c6ac3021c458776b47ba.tar.gz
elementary/scroller - fix the scroller to locate the current page correctly in case that the scroller is suddenly resized and then the drag couldn't capture the page location.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7891a1bd9..3e9e5b350 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1683,3 +1683,9 @@
2013-10-08 Daesung Kim (ad960009)
* ctxpopup : fix elm_object_content_unset didn't unpack content from box
+
+2013-10-10 ChunEon Park (Hermet)
+
+ * scroller : fix the scroller to locate the current page correctly
+ in case that the scroller is suddenly resized and then the drag
+ couldn't capture the page location.