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:
parent
823b23f800
commit
650b0c7c30
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user