mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Externals/Qt: Update to 5.13.1
This commit is contained in:
@ -142,7 +142,7 @@ void ResourcePackManager::RepopulateTable()
|
||||
|
||||
if (ResourcePack::IsInstalled(pack))
|
||||
{
|
||||
item->setBackgroundColor(QColor(Qt::green));
|
||||
item->setBackground(QColor(Qt::green));
|
||||
|
||||
auto font = item->font();
|
||||
font.setBold(true);
|
||||
|
Reference in New Issue
Block a user