fix focus hang bug - zmike suggestion...

This commit is contained in:
Carsten Haitzler 2013-05-16 14:44:33 +09:00
parent 5cebe429d4
commit 8814dbc109
1 changed files with 1 additions and 0 deletions

View File

@ -4929,6 +4929,7 @@ _e_border_del(E_Border *bd)
if (warp_timer) ecore_timer_del(warp_timer);
warp_timer = NULL;
warp_timer_border = NULL;
e_border_focus_lock_set(EINA_FALSE);
}
if ((drag_border) && (drag_border->data == bd))