Revert "elm/scrollable: avoid unnecessary edje recalcs"

This reverts commit 4279f75f0b.

This totally breaks popup control in Tizen,

Need to consider necessity of this patch,
further potential side effects possibilities.
This commit is contained in:
Hermet Park 2019-07-24 21:29:28 +09:00
parent 735f05de76
commit 54a8ba3d8c
1 changed files with 1 additions and 4 deletions

View File

@ -1285,10 +1285,7 @@ _elm_interface_scrollable_content_viewport_geometry_get(const Eo *obj EINA_UNUSE
{
if (!sid->pan_obj || !sid->edje_obj) return;
/* we want to trigger any pending edje recalcs here but we don't strictly need to
* trigger one if it isn't necessary
*/
efl_canvas_group_calculate(sid->edje_obj);
edje_object_calc_force(sid->edje_obj);
evas_object_geometry_get(sid->pan_obj, x, y, w, h);
}