mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-11 16:37:02 +00:00
UI: Disable alpha for game list icons
This commit is contained in:
parent
493b11e23a
commit
57fe7a53f1
1 changed files with 0 additions and 1 deletions
|
|
@ -143,7 +143,6 @@ wxGameList::wxGameList(wxWindow* parent, wxWindowID id)
|
|||
char transparent_bitmap[kIconWidth * kIconWidth * 4] = {};
|
||||
memset((void*)transparent_bitmap, wxSystemSettings::GetAppearance().IsDark() ? 0xFF : 0x00, sizeof(transparent_bitmap));
|
||||
wxBitmap blank(transparent_bitmap, kIconWidth, kIconWidth);
|
||||
blank.UseAlpha(true);
|
||||
|
||||
m_image_list_data = {};
|
||||
m_image_list_data.emplace_back(wxBitmapBundle::FromBitmap(blank));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue