Files
2016-05-18 16:38:18 -07:00

5 lines
172 B
Python

if wx.GetApp().GetComCtl32Version() >= 600 and wx.DisplayDepth() >= 32:
# Use the 32-bit images
wx.SystemOptions.SetOption("msw.remap", 2)