allow destroying columns through mousemoving

This commit is contained in:
Sander van Dijk 2006-04-20 19:38:12 +00:00
parent dade08e735
commit 72cc53d2b9

View File

@ -300,9 +300,6 @@ drop_moving(Frame *f, XRectangle *new, XPoint *pt)
View *v = src->view;
unsigned int i;
if(!pt || src->frame.size < 2)
return;
for(i = 1; (i < v->area.size) &&
!blitz_ispointinrect(pt->x, pt->y, &v->area.data[i]->rect); i++);
if((tgt = ((i < v->area.size) ? v->area.data[i] : nil))) {