1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-25 20:22:30 +01:00

Qt: properly invalidate item pointer in grid mode

This commit is contained in:
Megamouse 2023-04-22 13:11:33 +02:00
parent 823b23f800
commit 650b0c7c30

View File

@ -2727,6 +2727,8 @@ void game_list_frame::PopulateGameGrid(int maxCols, const QSize& image_size, con
for (const auto& app : m_game_data)
{
app->item = nullptr;
if (IsEntryVisible(app))
{
matching_apps.push_back(app);