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

sev- noreply at scummvm.org
Wed Jan 7 17:18:35 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:
df22ad0803 Revert "GUI: Add missing filter matcher to grid widget"


Commit: df22ad0803bfd52c425feb4955b556615fb3becc
    https://github.com/scummvm/scummvm/commit/df22ad0803bfd52c425feb4955b556615fb3becc
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-01-07T18:18:23+01:00

Commit Message:
Revert "GUI: Add missing filter matcher to grid widget"

This reverts commit 5871726e9a343c8b9db733a83fdf7a862c660823.

Changed paths:
    gui/launcher.cpp


diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 199054991b8..1bc97dced9f 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -1789,7 +1789,6 @@ void LauncherGrid::build() {
 	// Add list with game titles
 	_grid = new GridWidget(this, "LauncherGrid.IconArea");
 	_grid->setMultiSelectEnabled(true);
-	_grid->setFilterMatcher(LauncherFilterMatcher, this);
 	// Populate the list
 	updateListing();
 




More information about the Scummvm-git-logs mailing list