Release version 1.0.3
[platform/core/appfw/appcore-widget.git] / 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);