[Scummvm-git-logs] scummvm master -> c3af8f0a7f29d2967f7903a2135e6acf8c644efe

criezy noreply at scummvm.org
Tue Aug 16 21:18:04 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c3af8f0a7f GUI: workaround for "unsupported game" dialogue


Commit: c3af8f0a7f29d2967f7903a2135e6acf8c644efe
    https://github.com/scummvm/scummvm/commit/c3af8f0a7f29d2967f7903a2135e6acf8c644efe
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2022-08-16T22:17:59+01:00

Commit Message:
GUI: workaround for "unsupported game" dialogue

This sendCommand() call interrupts the "this game is unsupported" call,
causing it to automatically cancel.

Fixes a bug introduced by 8cda1fe870e76efd7b13514ab304af64a8187377.

Changed paths:
    gui/gui-manager.cpp


diff --git a/gui/gui-manager.cpp b/gui/gui-manager.cpp
index 803051596d0..7073dabaeb4 100644
--- a/gui/gui-manager.cpp
+++ b/gui/gui-manager.cpp
@@ -89,6 +89,7 @@ GuiManager::GuiManager() : CommandSender(nullptr), _redrawStatus(kRedrawDisabled
 
 	initTextToSpeech();
 	initIconsSet();
+	_iconsSetChanged = false;
 
 	ConfMan.registerDefault("gui_theme", "scummremastered");
 	Common::String themefile(ConfMan.get("gui_theme"));




More information about the Scummvm-git-logs mailing list