From d633fbf91de1169518dfb12af26578c94019bd85 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 18 Aug 2016 13:13:06 -0300 Subject: [PATCH] eeshow/gui/sheet.c (sheet_scroll): call input_update to maybe re-hover glabel --- eeshow/gui/sheet.c | 1 + 1 file changed, 1 insertion(+) 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(); }