Random tryouts to make thing works on wxmac, I wonder why?

This commit is contained in:
HomeWorld
2010-11-09 20:16:40 +02:00
parent e88d54576e
commit 0019ea2cca

View File

@@ -1287,8 +1287,8 @@ class PFBitmapFrame(wx.Frame):
self.timer = wx.Timer(self,wx.ID_ANY)
self.direction = 1
self.transp = 0
self.SetRoundShape()
self.SetSize((bitmap.GetWidth(),bitmap.GetHeight()))
self.SetRoundShape()
self.Refresh()
def OnTimer(self, event):