summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThiep Ha <thiepha@gmail.com>2013-11-08 16:08:47 +0900
committerCedric Bail <cedric.bail@samsung.com>2013-11-08 16:10:48 +0900
commitd1cb9ecc4c59794882da274d4db04a09741d0280 (patch)
tree898a0d2fdcbc454ba8396e98f47e55b5bbd59211 /ChangeLog
parent1cb8711168a9b5225ed9f017098272eb02ac39f0 (diff)
downloadelementary-d1cb9ecc4c59794882da274d4db04a09741d0280.tar.gz
elm_entry: fix magnifier not showing up.
The swallow part was properly renamed and namespaced, so reflect that in the code. Also force a edje object recalc before moving the magnifier. Reviewers: raster, cedric, Hermet, tasn Reviewed By: cedric CC: seoz Differential Revision: https://phab.enlightenment.org/D286 Signed-off-by: Cedric Bail <cedric.bail@samsung.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e58ed552..4939b8134 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1724,6 +1724,10 @@
* spinner: added signals "spinner,drag,start" and "spinner,drag,stop".
+2013-10-27 Thiep Ha
+
+ * entry: Correct magnifier showing.
+
2013-10-30 Amitesh Singh (_ami_)
* image: Add support for "clicked" callback on Return/space/KP_Enter key press.