Revert "Added debug print for SHOW EVT (wxmac)"

This reverts commit 8a7d8afffc.
This commit is contained in:
HomeWorld
2010-11-19 17:50:14 +02:00
parent 8a7d8afffc
commit 61dee2491b

View File

@@ -370,9 +370,6 @@ class FittingView(d.Display):
self.itemRect = self.GetItemRect(0)
def OnShow(self, event):
if 'wxMac' in wx.PlatformInfo:
print "SHOW: ", event.GetShow()
if not event.GetShow():
self.MakeSnapshot()
event.Skip()