Skip to content

Commit 57fe7a5

Browse files
committed
UI: Disable alpha for game list icons
1 parent 493b11e commit 57fe7a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gui/wxgui/components/wxGameList.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ wxGameList::wxGameList(wxWindow* parent, wxWindowID id)
143143
char transparent_bitmap[kIconWidth * kIconWidth * 4] = {};
144144
memset((void*)transparent_bitmap, wxSystemSettings::GetAppearance().IsDark() ? 0xFF : 0x00, sizeof(transparent_bitmap));
145145
wxBitmap blank(transparent_bitmap, kIconWidth, kIconWidth);
146-
blank.UseAlpha(true);
147146

148147
m_image_list_data = {};
149148
m_image_list_data.emplace_back(wxBitmapBundle::FromBitmap(blank));

0 commit comments

Comments
 (0)