mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-22 04:25:19 +00:00
Qt: Fix silly edit bug that no one ever noticed
This commit is contained in:
parent
077e710e3a
commit
ead03caedc
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ game_list_grid::game_list_grid(const QSize& icon_size, const QColor& icon_color,
|
|||
|
||||
grid_item_delegate = new game_list_grid_delegate(item_size, m_margin_factor, m_text_factor, this);
|
||||
setItemDelegate(grid_item_delegate);
|
||||
setEditTriggers(QAbstractItemView::NoEditTriggers);
|
||||
setSelectionBehavior(QAbstractItemView::SelectItems);
|
||||
setSelectionMode(QAbstractItemView::SingleSelection);
|
||||
setVerticalScrollMode(QAbstractItemView::ScrollPerPixel);
|
||||
|
|
Loading…
Add table
Reference in a new issue