mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01: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 a new issue