Radio buttons have focus stealing issues. Disable setting focus to the bg_list in advanced for now as this causes weird behavior with the radios.

SVN revision: 19923
This commit is contained in:
Christopher Michael 2006-01-20 11:09:14 +00:00
parent 3a17f0aa3a
commit ad3a4f0926
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf
_load_bgs(cfd, il);
im = cfd->data;
e_widget_focus_set(il, 1);
/* e_widget_focus_set(il, 1); */
e_widget_ilist_go(il);
e_widget_table_object_append(ot, il, 0, 0, 1, 2, 1, 1, 1, 1);