Fix mouse bindings dialog.

Thanks to jcwong to report and lok to help finding the solution.

Weird is that it's broken for more than 6 months (last change from
history is raster moving it to module).


SVN revision: 33730
This commit is contained in:
Gustavo Sverzut Barbieri 2008-02-11 22:17:35 +00:00
parent 2cbb26fb44
commit 7d2c24861b
1 changed files with 2 additions and 1 deletions

View File

@ -1299,7 +1299,8 @@ _grab_wnd_show(E_Config_Dialog_Data *cfdata)
e_win_centered_set(cfdata->locals.dia->win, 1);
e_win_borderless_set(cfdata->locals.dia->win, 1);
cfdata->locals.bind_win = ecore_x_window_input_new(man->root, 0, 0, 1, 1);
cfdata->locals.bind_win = ecore_x_window_input_new(man->root, 0, 0,
man->w, man->h);
ecore_x_window_show(cfdata->locals.bind_win);
e_grabinput_get(cfdata->locals.bind_win, 0, cfdata->locals.bind_win);