Skip to content

Commit 4a50961

Browse files
JordanTheToasterlightningterror
authored andcommitted
GameListWidget: Enable mouse tracking
1 parent 7de5066 commit 4a50961

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pcsx2-qt/GameList/GameListWidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ void GameListWidget::initialize()
181181
m_table_view->setSelectionBehavior(QAbstractItemView::SelectRows);
182182
m_table_view->setContextMenuPolicy(Qt::CustomContextMenu);
183183
m_table_view->setAlternatingRowColors(true);
184+
m_table_view->setMouseTracking(true);
184185
m_table_view->setShowGrid(false);
185186
m_table_view->setCurrentIndex({});
186187
m_table_view->horizontalHeader()->setHighlightSections(false);

0 commit comments

Comments
 (0)