diff --git a/pcsx2-qt/GameList/GameListWidget.cpp b/pcsx2-qt/GameList/GameListWidget.cpp index d308d48013..b2c04607b1 100644 --- a/pcsx2-qt/GameList/GameListWidget.cpp +++ b/pcsx2-qt/GameList/GameListWidget.cpp @@ -116,7 +116,7 @@ namespace // draw default item QStyleOptionViewItem opt = option; initStyleOption(&opt, index); - opt.icon = QIcon(); + opt.type = QStyleOption::SO_Default; QApplication::style()->drawControl(QStyle::CE_ItemViewItem, &opt, painter, 0); const QRect r = option.rect;