if the warping border gets a modal window during the warp, do nothing after the warp

This commit is contained in:
Mike Blumenkrantz 2013-07-02 09:03:02 +01:00
parent 91301b4d23
commit 8e0fd0bf4b
1 changed files with 5 additions and 0 deletions

View File

@ -9955,6 +9955,11 @@ cleanup:
if (warp_timer_border)
{
warp_x[0] = warp_x[1] = warp_y[0] = warp_y[1] = -1;
if (warp_timer_border->modal)
{
warp_timer_border = NULL;
return ECORE_CALLBACK_CANCEL;
}
e_focus_event_mouse_in(warp_timer_border);
if (warp_timer_border->iconic)
{