summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Juyung Seo <juyung.seo@samsung.com>2013-11-28 17:06:39 +0900
committerDaniel Juyung Seo <juyung.seo@samsung.com>2013-11-28 17:07:44 +0900
commit26b6320f46478f8d1a6abbf76fd20144e369664f (patch)
treeb998d65624c40990856c5ad8c325b6840bdc64d6 /ChangeLog
parent2f6b6cde974807e2f53ef8832b9e3ec46da4b9b2 (diff)
downloadelementary-26b6320f46478f8d1a6abbf76fd20144e369664f.tar.gz
elm_spinner.c: support mouse wheel in spinner.
Spinner didn't work with mouse wheel which is a bug. This fixes T587.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f7d397e8..6703d4773 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1756,3 +1756,7 @@
2013-11-25 ChunEon Park (Hermet)
* image: fix the elm_image_prescale_set() to work properly.
+
+2013-11-28 Daniel Juyung Seo (SeoZ)
+
+ * spinner: fix mouse wheel support.