Added debug print for SHOW EVT (wxmac)
This commit is contained in:
@@ -370,6 +370,9 @@ 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()
|
||||
|
||||
Reference in New Issue
Block a user