From 0019ea2cca60689e79df5e0d2d55b1f48bd54e6c Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Tue, 9 Nov 2010 20:16:40 +0200 Subject: [PATCH] Random tryouts to make thing works on wxmac, I wonder why? --- gui/shipBrowser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/shipBrowser.py b/gui/shipBrowser.py index 87606eb74..1114ca8ab 100644 --- a/gui/shipBrowser.py +++ b/gui/shipBrowser.py @@ -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):