mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-31 01:25:18 +01:00
Qt: Fix savestate table selection style
This commit is contained in:
@@ -82,7 +82,7 @@ savestate_manager_dialog::savestate_manager_dialog(std::shared_ptr<gui_settings>
|
||||
m_savestate_table->verticalScrollBar()->installEventFilter(this);
|
||||
m_savestate_table->verticalScrollBar()->setSingleStep(20);
|
||||
m_savestate_table->horizontalScrollBar()->setSingleStep(20);
|
||||
m_savestate_table->setItemDelegate(new game_list_delegate(m_savestate_table));
|
||||
m_savestate_table->setItemDelegate(new table_item_delegate(m_savestate_table, false));
|
||||
m_savestate_table->setSelectionBehavior(QAbstractItemView::SelectRows);
|
||||
m_savestate_table->setEditTriggers(QAbstractItemView::NoEditTriggers);
|
||||
m_savestate_table->setColumnCount(static_cast<int>(gui::savestate_list_columns::count));
|
||||
|
||||
Reference in New Issue
Block a user