disable focus on desktop fileman scrollframe; typebuf now activates properly

SVN revision: 74838
This commit is contained in:
Mike Blumenkrantz 2012-08-03 10:32:36 +00:00
parent 418ff1255b
commit e6d0a9b139
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ e_fwin_zone_new(E_Zone *zone,
_e_fwin_pan_max_get,
_e_fwin_pan_child_size_get);
evas_object_propagate_events_set(page->fm_obj, 0);
e_widget_can_focus_set(o, 0);
page->scrollframe_obj = page->scr = o;
e_zone_useful_geometry_get(zone, &x, &y, &w, &h);