From b24b51b514c706ec061582d4f542ae784d2d9d2b Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 3 Oct 2000 12:44:05 +0000 Subject: [PATCH] Small fix --- WINGs/wlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WINGs/wlist.c b/WINGs/wlist.c index 23f5606a..7c3880ca 100644 --- a/WINGs/wlist.c +++ b/WINGs/wlist.c @@ -1150,7 +1150,7 @@ handleActionEvents(XEvent *event, void *data) case MotionNotify: #ifdef behavior2 height = WMWidgetHeight(lPtr); - if (lPtr->selectID && event->xmotion.y>=0 && event->xmotion.y<=height) { + if (lPtr->selectID && event->xmotion.y>0 && event->xmotion.yselectID); lPtr->selectID = NULL; }