e menu acts - get proper mouse coords for eventless menu popup

This commit is contained in:
Carsten Haitzler 2020-12-13 13:47:10 +00:00
parent 42a9389dac
commit 2fee308319
1 changed files with 1 additions and 1 deletions

View File

@ -5108,7 +5108,7 @@ e_client_act_menu_begin(E_Client *ec, E_Binding_Event_Mouse_Button *ev, int key)
{ {
int x, y; int x, y;
evas_pointer_canvas_xy_get(e_comp->evas, &x, &y); ecore_evas_pointer_xy_get(e_comp->ee, &x, &y);
e_int_client_menu_show(ec, x, y, key, 0); e_int_client_menu_show(ec, x, y, key, 0);
} }
} }