From f934daf25b9f7de51917041133ea50632dd97fef Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Thu, 17 Jan 2013 04:44:05 +0000 Subject: elementary/ctxpopup - [E-devel] [Patch] when parent of ctxpopup is resized, call dismissed signal Before the patch, when window of device which has elementary rotates, the ctxpopup doesn't emit the "dismissed" signal to application. For this reason, if an application developer wants to make an event using "dismissed" signal when device rotates, he/she cannot do anything. But after add evas_object_smart_callback in the function "_on_parent_resize", this problem is resolved. That means, whether a device is rotated or not, when ctxpopup disappears, "dismissed" signal is emitted. So I want you to check this patch. Thank you. Signed-Off-By: Bora Hwang SVN revision: 82918 --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 42e3fd58b..792337a23 100644 --- a/AUTHORS +++ b/AUTHORS @@ -73,3 +73,4 @@ Murilo Belluzzo Ricardo de Almeida Gonzaga Gwanglim Lee JaeHyun Jo +Bora Hwang -- cgit v1.2.1