diff --git a/eeshow/gui/sheet.c b/eeshow/gui/sheet.c index bc3cf9f..35906ea 100644 --- a/eeshow/gui/sheet.c +++ b/eeshow/gui/sheet.c @@ -383,6 +383,7 @@ static void sheet_scroll(void *user, int x, int y, int dy) return; } dehover_glabel(ctx); + input_update(); }