Elementary: Fixed scroller location with on-the-fly UI-mirroring.
authorTom Hacohen <tom@stosb.com>
Thu, 10 Feb 2011 15:13:09 +0000 (15:13 +0000)
committerTom Hacohen <tom@stosb.com>
Thu, 10 Feb 2011 15:13:09 +0000 (15:13 +0000)
By Aharon Hillel.

SVN revision: 56923

src/lib/els_scroller.c

index f6b2079..45fd8d3 100644 (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