@tizen_fix
Change-Id: I245a74dd97a7e680d37edfb3852dbc8bd98e3237
Signed-off-by: Godly T.Alias <godlytalias@yahoo.co.in>
if (!sd->visible) return;
+ //FIXME : other widget which is affected by mirrored ui should check this problem.
+ /* TIZEN_ONLY(20170406): fix when mirrored ui is set, ctxpopup's scroller show left side edge not right */
+ if (sd->horizontal && elm_widget_mirrored_get(obj))
+ elm_scroller_page_show(sd->scr, 0, 0);
+ /* END */
+
switch (dir)
{
case ELM_CTXPOPUP_DIRECTION_UP: