fix window autoraise triggering from pointer_slide

ticket #2183


SVN revision: 83507
This commit is contained in:
Mike Blumenkrantz 2013-01-31 10:58:27 +00:00
parent 6dc0f1f64e
commit 0949e8ea63
3 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,9 @@
2013-01-30 Mike Blumenkrantz
* fixed window autoraise triggering from pointer slide
2013-01-29 Brian Miculcy
* IBar menu didn't allow to configure different icon sources, show contents menu even on empty IBar.
2013-01-29 Carsten Haitzler

1
NEWS
View File

@ -124,3 +124,4 @@ Fixes:
* fixed possible NULL deref in e_sys when debugging
* fixed map then unmap race condition for some windows (needs efl 1.8)
* fixed bug where dragging files into sidebar would move them instead of creating links
* fixed window autoraise triggering from pointer slide

View File

@ -10226,6 +10226,7 @@ cleanup:
ecore_timer_del(warp_timer);
warp_timer = NULL;
e_border_focus_lock_set(EINA_FALSE);
e_focus_event_mouse_in(warp_timer_border);
warp_timer_border = NULL;
return ECORE_CALLBACK_CANCEL;
}