commit b965bca440fa77d41c100704414b5b726fda878e
parent 9f8733aa871bce34042346a878e5ea960cb20859
Author: Olav Sørensen <olav.sorensen@live.no>
Date: Wed, 20 Apr 2022 11:30:43 +0200
Fix stuck checkbox after leaving config screen
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/ft2_config.c b/src/ft2_config.c
@@ -1431,6 +1431,7 @@ void hideConfigScreen(void)
hideCheckBox(CB_CONF_LINECOLORS);
hideCheckBox(CB_CONF_CHANNUMS);
hideCheckBox(CB_CONF_SHOW_VOLCOL);
+ hideCheckBox(CB_CONF_ENABLE_CUSTOM_POINTER);
hideCheckBox(CB_CONF_SOFTWARE_MOUSE);
hidePushButton(PB_CONFIG_PAL_R_DOWN);
hidePushButton(PB_CONFIG_PAL_R_UP);
diff --git a/src/ft2_header.h b/src/ft2_header.h
@@ -12,7 +12,7 @@
#endif
#include "ft2_replayer.h"
-#define PROG_VER_STR "1.53"
+#define PROG_VER_STR "1.54"
// do NOT change these! It will only mess things up...