Fix parent of quickpanel clickwin so that the input window gets

layered correctly, and any widgets/buttons in a quickpanel are
clickable again.

Thanks TAsn for the report ;)



SVN revision: 48571
This commit is contained in:
Christopher Michael 2010-05-02 22:25:32 +00:00
parent 03a23598cc
commit e0c252ec42
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ e_mod_quickpanel_new(E_Zone *zone)
qp->zone = zone;
qp->dir = 0;
qp->clickwin = ecore_x_window_input_new(qp->zone->container->win,
qp->clickwin = ecore_x_window_input_new(qp->zone->black_win,
qp->zone->x, qp->zone->y,
qp->zone->w, qp->zone->h);
qp->mouse_hdl = ecore_event_handler_add(ECORE_EVENT_MOUSE_BUTTON_UP,