Externals/Qt: Update to 5.13.1

This commit is contained in:
spycrab
2019-10-13 03:36:17 +02:00
parent 6dbb5cc4ea
commit ec526fee56
6 changed files with 13 additions and 21 deletions

View File

@ -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);