1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-09-30 00:35:05 +03:00

eeshow/gui/sheet.c (sheet_scroll): call input_update to maybe re-hover glabel

This commit is contained in:
Werner Almesberger 2016-08-18 13:13:06 -03:00
parent baed3f8a69
commit d633fbf91d

View File

@ -383,6 +383,7 @@ static void sheet_scroll(void *user, int x, int y, int dy)
return;
}
dehover_glabel(ctx);
input_update();
}