projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aacfcf1
)
fixed bug with scrollbar still active on virtual buttons config screen
author
Holger Schemel
<info@artsoft.org>
Thu, 18 Jun 2020 18:17:49 +0000
(20:17 +0200)
committer
Holger Schemel
<info@artsoft.org>
Thu, 18 Jun 2020 18:18:11 +0000
(20:18 +0200)
src/screens.c
patch
|
blob
|
history
diff --git
a/src/screens.c
b/src/screens.c
index 0e97d4a7f42acab71d678476604d3146537d84bc..8632992e05d515f1cef1dbe7212af5548118be55 100644
(file)
--- 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);