summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRyuan Choi <ryuan.choi@gmail.com>2013-10-14 00:57:42 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2013-10-14 01:04:01 +0900
commitd5ab0ccd4c6223e3dc73728ff09ed60784bc7dca (patch)
treefa2a7346c87ceb10e72fd12749769d9a7a797b2c /NEWS
parent8512dc3acc919624697c119d549b910e0de7b8a0 (diff)
downloadelementary-d5ab0ccd4c6223e3dc73728ff09ed60784bc7dca.tar.gz
popup: Change the behavior of adding or removing buttons.
Summary: Although user should give the position of button such as button1, current elm_popup changes button's position or style as the number of buttons while adding or removing buttons. So, when application developers add buttons as wrong order or removed buttons, applications may be crashed. This patch refactored the behavior not to change the position intended by application developer. Test Plan: added new test case to test_popup. Reviewers: seoz Reviewed By: seoz Differential Revision: https://phab.enlightenment.org/D259
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 199215041..9af53550e 100644
--- a/NEWS
+++ b/NEWS
@@ -147,6 +147,7 @@ Improvements:
content is static object and it won't be updated by content position.
This actually reduces the mapbuf calculation time muchly in case of complex
layout.
+ * Popup: Change the behavior of adding/removing buttons dynamically. User defined button's position is kept.
Fixes:
* Now elm_datetime_field_limit_set() can set year limits wihtout problems.