mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-21 01:05:45 +01:00
Chnaged the scroller not to move the knob when touched, until dragged.
This commit is contained in:
@@ -655,7 +655,9 @@ handlePush(Scroller *sPtr, int pushX, int pushY, int alternate)
|
||||
sPtr->dragPoint -= 2 + knobP;
|
||||
}
|
||||
#endif /* STRICT_NEXT_BEHAVIOUR */
|
||||
handleMotion(sPtr, pushX, pushY);
|
||||
/* This does not seem necesary here since we don't know yet if the
|
||||
* knob will be dragged later. -Dan
|
||||
handleMotion(sPtr, pushX, pushY); */
|
||||
break;
|
||||
|
||||
case WSKnobSlot:
|
||||
|
||||
Reference in New Issue
Block a user