Fixed some missing chrome tab stuff, as well as more conversion issues

This commit is contained in:
Ryan Holmes
2017-06-13 15:18:40 -04:00
parent 2bbcd96ce3
commit 050f1b4add
4 changed files with 39 additions and 19 deletions

View File

@@ -678,13 +678,14 @@ class FittingView(d.Display):
pyfalog.critical(e)
def OnShow(self, event):
if event.GetShow():
try:
self.MakeSnapshot()
except Exception as e:
pyfalog.critical("Failed to make snapshot")
pyfalog.critical(e)
event.Skip()
pass
# if event.Show():
# try:
# self.MakeSnapshot()
# except Exception as e:
# pyfalog.critical("Failed to make snapshot")
# pyfalog.critical(e)
# event.Skip()
def Snapshot(self):
return self.FVsnapshot