[1mdiff --git a/src/ui/widget.c b/src/ui/widget.c[m
[1mindex 6ce5e02a..1ab16b4f 100644[m
[1m--- a/src/ui/widget.c[m
[1m+++ b/src/ui/widget.c[m
[36m@@ -1256,8 +1256,6 @@[m [miBool processEvent_Widget(iWidget *d, const SDL_Event *ev) {[m
if (ev->motion.y > bottomLimit) {[m
speed = -(ev->motion.y - bottomLimit) / (float) hoverScrollLimit;[m
}[m
[31m- printf("my:%d bottomLimit:%d => %f (%d)\n", ev->motion.y, bottomLimit, speed[m
[31m- ,isOverflowScrollPossible_Widget_(d, speed)); fflush(stdout);[m
}[m
const int dir = speed > 0 ? 1 : -1;[m
if (speed != 0.0f && isOverflowScrollPossible_Widget_(d, dir)) {[m
text/plain
This content has been proxied by September (ba2dc).