set shape input on efm tooltip to 0x0 to avoid crazy flickering; e_popup_ignore_events_set does not do this as I expected :(

SVN revision: 73809
This commit is contained in:
Mike Blumenkrantz 2012-07-13 10:36:05 +00:00
parent 6c7b03d79b
commit 638b2c4d66
1 changed files with 1 additions and 0 deletions

View File

@ -578,6 +578,7 @@ _e_fwin_icon_popup(void *data)
fx = fwin->win->x, fy = fwin->win->y;
fwin->popup = e_popup_new(zone, 0, 0, 1, 1);
e_popup_ignore_events_set(fwin->popup, 1);
ecore_x_window_shape_input_rectangle_set(fwin->popup->evas_win, 0, 0, 0, 0);
bg = edje_object_add(fwin->popup->evas);
e_theme_edje_object_set(bg, "base/theme/fileman", "e/fileman/default/window/main");
e_popup_edje_bg_object_set(fwin->popup, bg);