mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Externals/Qt: Update to 5.13.1
This commit is contained in:
parent
6dbb5cc4ea
commit
ec526fee56
6 changed files with 13 additions and 21 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue