mirror of https://github.com/PCSX2/pcsx2.git
GameListWidget: Enable mouse tracking
This commit is contained in:
parent
7de5066c87
commit
47b13f086d
|
@ -181,6 +181,7 @@ void GameListWidget::initialize()
|
|||
m_table_view->setSelectionBehavior(QAbstractItemView::SelectRows);
|
||||
m_table_view->setContextMenuPolicy(Qt::CustomContextMenu);
|
||||
m_table_view->setAlternatingRowColors(true);
|
||||
m_table_view->setMouseTracking(true);
|
||||
m_table_view->setShowGrid(false);
|
||||
m_table_view->setCurrentIndex({});
|
||||
m_table_view->horizontalHeader()->setHighlightSections(false);
|
||||
|
|
Loading…
Reference in New Issue