mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 22:25:01 -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);
|
grid_item_delegate = new game_list_grid_delegate(item_size, m_margin_factor, m_text_factor, this);
|
||||||
setItemDelegate(grid_item_delegate);
|
setItemDelegate(grid_item_delegate);
|
||||||
|
setEditTriggers(QAbstractItemView::NoEditTriggers);
|
||||||
setSelectionBehavior(QAbstractItemView::SelectItems);
|
setSelectionBehavior(QAbstractItemView::SelectItems);
|
||||||
setSelectionMode(QAbstractItemView::SingleSelection);
|
setSelectionMode(QAbstractItemView::SingleSelection);
|
||||||
setVerticalScrollMode(QAbstractItemView::ScrollPerPixel);
|
setVerticalScrollMode(QAbstractItemView::ScrollPerPixel);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user