Handle widget resize event
[platform/core/appfw/appcore-widget.git] / 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);