widget: fixed popup scale support.

This commit is contained in:
Daniel Juyung Seo 2013-08-23 02:07:44 +09:00
parent 67e6f1dfdf
commit 3298ab5040
1 changed files with 1 additions and 0 deletions

View File

@ -1454,6 +1454,7 @@ _widget_popup_launch(void *data, Evas_Object *obj EINA_UNUSED,
char buf[PATH_MAX] = { 0 };
o = elm_popup_add(gd->win);
elm_object_scale_set(o, option_scale_get());
elm_object_theme_set(o, th);
elm_object_style_set(o, data);
evas_object_smart_callback_add(o, "block,clicked",