mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
- missed in previous commit
This commit is contained in:
@@ -64,7 +64,7 @@ def _cycleidxs(indexcount, maxvalue, step):
|
||||
global _testBitmap
|
||||
dc = wx.MemoryDC()
|
||||
if not _testBitmap:
|
||||
_testBitmap = wx.EmptyBitmap(1, 1)
|
||||
_testBitmap = wx.Bitmap(1, 1)
|
||||
dc.SelectObject(_testBitmap)
|
||||
dc.SetBackground(wx.BLACK_BRUSH)
|
||||
dc.Clear()
|
||||
|
||||
Reference in New Issue
Block a user