- missed in previous commit

This commit is contained in:
wernerfb
2015-09-21 16:37:58 +02:00
parent 7100d73ec5
commit 129b846066

View File

@@ -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()