Handle widget resize event 14/119614/3
authorHyunho Kang <hhstark.kang@samsung.com>
Fri, 17 Mar 2017 13:59:28 +0000 (22:59 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Mon, 20 Mar 2017 01:41:52 +0000 (18:41 -0700)
Change-Id: I8a6a8cc7be128ebd8720bb2bd6a0794385a2b97a
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
src/widget_app.c

index e25fdd1..5995238 100755 (executable)
@@ -644,6 +644,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);