Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/ToolBar.3.py
2012-04-10 03:16:37 +00: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)