summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget.c b/src/ui/widget.c
index 2cd1bf2b..3cea260b 100644
--- a/src/ui/widget.c
+++ b/src/ui/widget.c
@@ -1087,7 +1087,7 @@ iBool dispatchEvent_Widget(iWidget *d, const SDL_Event *ev) {
1087 fflush(stdout); 1087 fflush(stdout);
1088 } 1088 }
1089#endif 1089#endif
1090#if 1 1090#if 0
1091 if (ev->type == SDL_MOUSEWHEEL) { 1091 if (ev->type == SDL_MOUSEWHEEL) {
1092 printf("[%p] %s:'%s' ate the wheel\n", 1092 printf("[%p] %s:'%s' ate the wheel\n",
1093 child, class_Widget(child)->name, 1093 child, class_Widget(child)->name,