all repos — mgba @ 56d263ef2456baa0781583839d91d3352cad272d

mGBA Game Boy Advance Emulator

Qt: Fix window icon on X11
Vicki Pfau vi@endrift.com
Fri, 22 Feb 2019 18:50:07 -0800
commit

56d263ef2456baa0781583839d91d3352cad272d

parent

ef2b6c78ff28f1adfff85ab21620eec598c5fbde

2 files changed, 2 insertions(+), 0 deletions(-)

jump to
M CHANGESCHANGES

@@ -21,6 +21,7 @@ - Python: Fix crash when deleting files owned by library

- 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 Savedata: EEPROM performance fixes - GBA Savedata: Automatically map 1Mbit Flash files as 1Mbit Flash
M src/platform/qt/Window.cppsrc/platform/qt/Window.cpp

@@ -85,6 +85,7 @@ updateTitle();

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;