Handle widget resize event 53/119753/1
authorHyunho Kang <hhstark.kang@samsung.com>
Fri, 17 Mar 2017 13:59:28 +0000 (22:59 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Mon, 20 Mar 2017 04:38:24 +0000 (21:38 -0700)
Change-Id: I8a6a8cc7be128ebd8720bb2bd6a0794385a2b97a
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
(cherry picked from commit e14b8629ef2df41c3a018aaed9f2d40a791c03ff)

src/widget_app.c

index 6cedfa8..a5a5bdb 100755 (executable)
@@ -634,6 +634,7 @@ static void __control(bundle *b)
                __instance_create(handle, id, content, w, h);
        } else if (strcmp(operation, "resize") == 0) {
                __resize_window(id, w, h);
+               __instance_resize(handle, id, w, h);
        } else if (strcmp(operation, "update") == 0) {
                if (id)
                        __instance_update(handle, id, force, content);