pop all pointers when deleting a border

This commit is contained in:
Mike Blumenkrantz 2013-06-24 08:56:17 +01:00
parent 0f432b0600
commit 06e4663e7c
1 changed files with 1 additions and 0 deletions

View File

@ -4899,6 +4899,7 @@ _e_border_del(E_Border *bd)
if (bd->cur_mouse_action->func.end) if (bd->cur_mouse_action->func.end)
bd->cur_mouse_action->func.end(E_OBJECT(bd), ""); bd->cur_mouse_action->func.end(E_OBJECT(bd), "");
} }
e_pointer_type_pop(e_comp_get(bd)->pointer, bd, NULL);
if (warp_timer_border == bd) if (warp_timer_border == bd)
{ {