moble_lib/ctxpopup: resize_obj should be resized to its min size 02/91702/1
authorWooHyun Jung <wh0705.jung@samsung.com>
Tue, 11 Oct 2016 02:24:20 +0000 (11:24 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Tue, 11 Oct 2016 02:24:20 +0000 (11:24 +0900)
Change-Id: If07f3bba7beecce2657e9cc7a8a957d4810ee9db

src/mobile_lib/elc_ctxpopup.c

index c9717ae..6aa1e5b 100644 (file)
@@ -1050,6 +1050,7 @@ _elm_ctxpopup_elm_layout_sizing_eval(Eo *obj, Elm_Ctxpopup_Data *sd)
      }
 
    evas_object_size_hint_min_set(wd->resize_obj, rect.w, rect.h);
+   evas_object_resize(wd->resize_obj, rect.w, rect.h);
 
    evas_object_resize(sd->layout, rect.w, rect.h);
    evas_object_move(sd->layout, rect.x, rect.y);