fixed bug with scrollbar still active on virtual buttons config screen
authorHolger Schemel <info@artsoft.org>
Thu, 18 Jun 2020 18:17:49 +0000 (20:17 +0200)
committerHolger Schemel <info@artsoft.org>
Thu, 18 Jun 2020 18:18:11 +0000 (20:18 +0200)
src/screens.c

index 0e97d4a7f42acab71d678476604d3146537d84bc..8632992e05d515f1cef1dbe7212af5548118be55 100644 (file)
@@ -7992,6 +7992,8 @@ static boolean ConfigureVirtualButtonsMain(void)
 
   overlay.grid_button_highlight = grid_button[step_nr];
 
+  UnmapAllGadgets();
+
   FadeSetEnterMenu();
   FadeOut(REDRAW_FIELD);