From: Holger Schemel Date: Thu, 18 Jun 2020 18:17:49 +0000 (+0200) Subject: fixed bug with scrollbar still active on virtual buttons config screen X-Git-Tag: 4.2.0.0~15 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=0da04ce4eb698f9177d0ab32022e30e967fa5e6d fixed bug with scrollbar still active on virtual buttons config screen --- diff --git a/src/screens.c b/src/screens.c index 0e97d4a7..8632992e 100644 --- a/src/screens.c +++ b/src/screens.c @@ -7992,6 +7992,8 @@ static boolean ConfigureVirtualButtonsMain(void) overlay.grid_button_highlight = grid_button[step_nr]; + UnmapAllGadgets(); + FadeSetEnterMenu(); FadeOut(REDRAW_FIELD);