Qt: Fix window icon on X11

This commit is contained in:
Vicki Pfau 2019-02-22 18:50:07 -08:00
parent 7266186f4a
commit 595e73aec6
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Bugfixes:
- Python: Make sure GB link object isn't GC'd before GB object
- GBA DMA: Fix Display Start DMAs
- GBA DMA: Fix DMA start/end timing
- Qt: Fix window icon on X11
Misc:
- GBA Video: Improve sprite cycle counting (fixes mgba.io/i/1274)

View File

@ -84,6 +84,7 @@ Window::Window(CoreManager* manager, ConfigController* config, int playerId, QWi
m_logo.setDevicePixelRatio(m_screenWidget->devicePixelRatio());
m_logo = m_logo; // Free memory left over in old pixmap
setWindowIcon(m_logo);
#if defined(M_CORE_GBA)
float i = 2;