wanted-updates logics is paired working with wanted-set logic.
but there are coordinates mirroring logics on the both side.
It is useless to reverse value which is reversed.
@tizen_fix
Change-Id: I4ab0f474e66c7cff132857561e3ddef0b4f075cc
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
if (!sid->loop_h) sid->wx = minx;
else sid->wx = mx;
}
- else if (sid->is_mirrored)
- sid->wx = _elm_scroll_x_mirrored_get(sid->obj, x);
else if (!sid->loop_h && (x > mx)) sid->wx = mx;
else if (sid->loop_h && x >= (sid->ww + mx)) sid->wx = 0;
else sid->wx = x;
sid->content_info.resized = EINA_FALSE;
- /* Flip to RTL cords only if init in RTL mode */
- if (sid->is_mirrored)
- wx = _elm_scroll_x_mirrored_get(obj, sid->wx);
-
if (sid->ww == -1)
{
eo_do(obj, elm_interface_scrollable_content_viewport_geometry_get