mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-27 22:02:25 -06:00
Qt: Fix silly edit bug that no one ever noticed
This commit is contained in:
parent
077e710e3a
commit
ead03caedc
@ -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…
Reference in New Issue
Block a user