[Scummvm-git-logs] scummvm master -> 5488c9eb7dc0a02f458bf1b8b842e7a55564e75d

sev- noreply at scummvm.org
Tue Jan 6 22:34:45 UTC 2026


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

Summary:
5488c9eb7d GUI: Fix complication with grid launcher disabled


Commit: 5488c9eb7dc0a02f458bf1b8b842e7a55564e75d
    https://github.com/scummvm/scummvm/commit/5488c9eb7dc0a02f458bf1b8b842e7a55564e75d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-01-06T23:34:23+01:00

Commit Message:
GUI: Fix complication with grid launcher disabled

Changed paths:
    gui/launcher.cpp


diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 1ce0bc989b9..1bc97dced9f 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -1799,7 +1799,6 @@ void LauncherGrid::build() {
 	// En-/disable the buttons depending on the list selection
 	updateButtons();
 }
-#endif // !DISABLE_LAUNCHERDISPLAY_GRID
 
 void LauncherGrid::removeSelectedGames() {
 	if (!_grid)
@@ -1832,4 +1831,6 @@ void LauncherGrid::removeSelectedGames() {
 		g_gui.scheduleTopDialogRedraw();
 	}
 }
+#endif // !DISABLE_LAUNCHERDISPLAY_GRID
+
 } // End of namespace GUI




More information about the Scummvm-git-logs mailing list