Elementary: Fixed scroller location with on-the-fly UI-mirroring.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 10 Feb 2011 15:13:09 +0000 (15:13 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 10 Feb 2011 15:13:09 +0000 (15:13 +0000)
By Aharon Hillel.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@56923 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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