summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2013-11-25 20:48:22 +0900
committerChunEon Park <hermet@hermet.pe.kr>2013-11-25 20:48:22 +0900
commit589247c7508d30b48c8da46ae783f4c90f0b069b (patch)
tree75a490e121ad8569eea7ba0232567e5928884043 /ChangeLog
parenta4dabe45329ce186ef49f9768abb154dad1ab356 (diff)
downloadelementary-589247c7508d30b48c8da46ae783f4c90f0b069b.tar.gz
image - fix the elm_image_prescale_set() to work properly.
before this, it had the insane logic so the prescale_set() never work. Now, it works well and the prescale won't be set in default. (before, the default value is 64. why?)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f88e378e..0f7d397e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1752,3 +1752,7 @@
* mapbuf: reset the mapbuf internals correctly when the content is
removed(unset)
+
+2013-11-25 ChunEon Park (Hermet)
+
+ * image: fix the elm_image_prescale_set() to work properly.