Elementary: Fixed scroller location with on-the-fly UI-mirroring.

By Aharon Hillel.

SVN revision: 56923
This commit is contained in:
Tom Hacohen 2011-02-10 15:13:09 +00:00
parent f55a3f4cfc
commit a71e41cf11
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ elm_smart_scroller_mirrored_set(Evas_Object *obj, Eina_Bool mirrored)
else
wx = sd->wx;
elm_smart_scroller_child_pos_set(sd->smart_obj, wx, sd->y);
elm_smart_scroller_child_pos_set(sd->smart_obj, wx, sd->wy);
}
void