mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Qt: fix some grid images not drawing properly
This commit is contained in:
parent
c10e65e99e
commit
6cab8cf139
@ -2803,7 +2803,10 @@ void MainWindow::onDeferredImageLoaded()
|
||||
GridItem *item = watcher->result();
|
||||
|
||||
if (!item->image.isNull())
|
||||
{
|
||||
item->label->setPixmap(QPixmap::fromImage(item->image));
|
||||
item->label->update();
|
||||
}
|
||||
}
|
||||
|
||||
void MainWindow::loadImageDeferred(GridItem *item, QString path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user