Ooops! Wrong fix!

SVN revision: 13295
This commit is contained in:
sebastid 2005-02-10 13:33:07 +00:00 committed by sebastid
parent 693a6093ff
commit 71736d6f4a
1 changed files with 1 additions and 1 deletions

View File

@ -2748,6 +2748,7 @@ _e_border_resize_handle(E_Border *bd)
tw = bd->w;
th = bd->h;
_e_border_resize_limit(bd, &w, &h);
if ((bd->resize_mode == RESIZE_TL) ||
(bd->resize_mode == RESIZE_L) ||
@ -2765,7 +2766,6 @@ _e_border_resize_handle(E_Border *bd)
&new_x, &new_y, &new_w, &new_h);
evas_list_free(skiplist);
_e_border_resize_limit(bd, &new_w, &new_h);
e_border_move_resize(bd, new_x, new_y, new_w, new_h);
}