Handle flip with borders, doesn't work as it should, fix later today.

SVN revision: 14301
This commit is contained in:
sebastid 2005-04-22 14:57:41 +00:00 committed by sebastid
parent 3722e0f15e
commit f3bbeeca69
1 changed files with 1 additions and 1 deletions

View File

@ -2296,7 +2296,7 @@ _e_border_cb_mouse_move(void *data, int type, void *event)
&new_x, &new_y, &new_w, &new_h);
evas_list_free(skiplist);
e_border_move(bd, new_x, new_y);
e_zone_flip_coords_handle(bd->zone, ev->root.x, ev->root.y);
}
else if (bd->resize_mode != RESIZE_NONE)
{