E entry: Disable thumb scrolling, it's just bad for our purpose.

SVN revision: 78684
This commit is contained in:
Tom Hacohen 2012-10-30 22:53:33 +00:00
parent 3eb7dfc04e
commit b9e560b6a2
1 changed files with 0 additions and 1 deletions

View File

@ -617,7 +617,6 @@ _e_entry_smart_add(Evas_Object *object)
edje_object_size_min_calc(e_scrollframe_edje_object_get(sd->scroll_object),
&sd->theme_width, &sd->theme_height);
e_scrollframe_thumbscroll_force(sd->scroll_object, EINA_TRUE);
evas_object_smart_member_add(sd->scroll_object, object);
evas_object_show(sd->scroll_object);