yeah gustavo is right - shouldnmt paß click on if click to fcus and

click to raise are enabled but pass on is off. pass-on should be
single master.



SVN revision: 75540
This commit is contained in:
Carsten Haitzler 2012-08-22 11:17:51 +00:00
parent 2434f5adbe
commit 88aaed9233
1 changed files with 4 additions and 2 deletions

View File

@ -6512,8 +6512,10 @@ _e_border_cb_grab_replay(void *data __UNUSED__,
if (type != ECORE_EVENT_MOUSE_BUTTON_DOWN) return ECORE_CALLBACK_DONE;
ev = event;
if ((e_config->pass_click_on) || (e_config->always_click_to_raise) ||
(e_config->always_click_to_focus))
if ((e_config->pass_click_on)
// || (e_config->always_click_to_raise)
// || (e_config->always_click_to_focus)
)
{
E_Border *bd;