summaryrefslogtreecommitdiff
path: root/src/ui/scrollwidget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/scrollwidget.c')
-rw-r--r--src/ui/scrollwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/scrollwidget.c b/src/ui/scrollwidget.c
index b5b204a1..55ede426 100644
--- a/src/ui/scrollwidget.c
+++ b/src/ui/scrollwidget.c
@@ -112,7 +112,7 @@ static void unfade_ScrollWidget_(iScrollWidget *d, float opacity) {
112 d->willCheckFade = iTrue; 112 d->willCheckFade = iTrue;
113 /* TODO: This causes an inexplicable refresh issue on macOS: the drawing of one frame 113 /* TODO: This causes an inexplicable refresh issue on macOS: the drawing of one frame
114 takes 100ms for some reason (not the current frame but some time after). */ 114 takes 100ms for some reason (not the current frame but some time after). */
115// add_Periodic(periodic_App(), d, "scrollbar.fade"); 115 add_Periodic(periodic_App(), d, "scrollbar.fade");
116 } 116 }
117 refresh_Widget(d); 117 refresh_Widget(d);
118} 118}