elc_popup: don't allow the recalculation when the content_area is calculated 48/216548/1 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/mobile/hotfix/20201027.062405 accepted/tizen/unified/20191029.012201 submit/tizen/20191029.010729 submit/tizen_5.5_mobile_hotfix/20201026.185106
authorTaehyub Kim <taehyub.kim@samsung.com>
Mon, 28 Oct 2019 11:11:52 +0000 (20:11 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Mon, 28 Oct 2019 11:11:59 +0000 (20:11 +0900)
Change-Id: I166ed0ee99d3e26707e593526830b914ad675e32

src/lib/elementary/elc_popup.c

index f351f3c..c378d99 100644 (file)
@@ -762,6 +762,10 @@ _elm_popup_efl_canvas_group_group_calculate(Eo *obj, Elm_Popup_Data *sd)
         const char *str;
         /* END */
 
+        //TIZEN_ONLY(20191028): don't allow the recalculation when the content_area is calculated
+        efl_canvas_group_need_recalculate_set(sd->content_area, EINA_FALSE);
+        //
+
         edje_object_message_signal_process(elm_layout_edje_get(sd->content_area));
 
         elm_popup_align_get(obj, &horizontal, &vertical);