- end the move, not the resize

SVN revision: 14135
This commit is contained in:
Dan Sinclair 2005-04-11 03:36:48 +00:00 committed by Dan Sinclair
parent 3148036230
commit d2a30bf597
1 changed files with 1 additions and 1 deletions

View File

@ -1120,7 +1120,7 @@ _e_border_free(E_Border *bd)
if (resize == bd)
_e_border_resize_end(bd);
if (move == bd)
_e_border_resize_end(bd);
_e_border_move_end(bd);
while (bd->pending_move_resize)
{