mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Small fix
This commit is contained in:
@@ -1150,7 +1150,7 @@ handleActionEvents(XEvent *event, void *data)
|
|||||||
case MotionNotify:
|
case MotionNotify:
|
||||||
#ifdef behavior2
|
#ifdef behavior2
|
||||||
height = WMWidgetHeight(lPtr);
|
height = WMWidgetHeight(lPtr);
|
||||||
if (lPtr->selectID && event->xmotion.y>=0 && event->xmotion.y<=height) {
|
if (lPtr->selectID && event->xmotion.y>0 && event->xmotion.y<height) {
|
||||||
WMDeleteTimerHandler(lPtr->selectID);
|
WMDeleteTimerHandler(lPtr->selectID);
|
||||||
lPtr->selectID = NULL;
|
lPtr->selectID = NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user