mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #2243] [MERGED] qt: Prevent interacting with empty grid cells. #2590
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2590
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/2243
Author: @squidbus
Created: 1/26/2025
Status: ✅ Merged
Merged: 1/26/2025
Merged by: @squidbus
Base:
main← Head:qt-fix📝 Commits (1)
70d8f6fqt: Prevent interacting with empty grid cells.📊 Changes
2 files changed (+4 additions, -3 deletions)
View changed files
📝
src/qt_gui/game_grid_frame.cpp(+2 -1)📝
src/qt_gui/gui_context_menus.h(+2 -2)📄 Description
Prevent interacting with empty cells in the game grid view, to prevent actions on out-of-bounds game list reads with potentially destructive results. Unfortunately I am not familiar enough with Qt to figure out how to disable selecting the empty cells that pad out rows to the number of grid columns, but this will at least prevent it from causing harm.
Should prevent https://github.com/shadps4-emu/shadPS4/issues/2242
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.