and demo focusing a specific widget, not just the first.

SVN revision: 39090
This commit is contained in:
Carsten Haitzler 2009-02-19 07:05:12 +00:00
parent 8af44b2483
commit 2d303c2ce7
1 changed files with 1 additions and 1 deletions

View File

@ -735,7 +735,7 @@ my_bt_13(void *data, Evas_Object *obj, void *event_info)
elm_box_pack_end(bx, bx2);
evas_object_show(bx2);
elm_object_focus(win);
elm_object_focus(en);
evas_object_show(win);
}