mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Just a little cleanup and comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -9,7 +9,7 @@ import random
|
||||
def makeBlank(self):
|
||||
# Just a little helper function to make an empty image for our
|
||||
# model to use.
|
||||
empty = wx.EmptyBitmap(16,16,32)
|
||||
empty = wx.Bitmap(16,16,32)
|
||||
dc = wx.MemoryDC(empty)
|
||||
dc.SetBackground(wx.Brush((0,0,0,0)))
|
||||
dc.Clear()
|
||||
|
||||
Reference in New Issue
Block a user