when calculate real size of action area in _scroller_size_calc,
edje base scale is omitted.
Change-Id: I836d84c5622aef7c1ea7eacef94934bef81d51f5
Signed-off-by: Jinyong Park <j4939.park@samsung.com>
if (action_area_height)
h_action_area =
(int)(atoi(action_area_height)
- * elm_config_scale_get() * elm_object_scale_get(obj));
+ * elm_config_scale_get() * elm_object_scale_get(obj))
+ / edje_object_base_scale_get(elm_layout_edje_get(sd->action_area));
}
sd->max_sc_h = h - (h_title + h_action_area);