re-enable the tab preview

This commit is contained in:
blitzmann
2018-02-25 01:45:43 -05:00
parent d0f66f2d16
commit 4c877e7a5a

View File

@@ -678,7 +678,7 @@ class FittingView(d.Display):
pyfalog.critical(e)
def OnShow(self, event):
if event.GetShow():
if not event.GetShow():
try:
self.MakeSnapshot()
except Exception as e:
@@ -691,7 +691,6 @@ class FittingView(d.Display):
# noinspection PyPropertyAccess
def MakeSnapshot(self, maxColumns=1337):
if self.FVsnapshot:
del self.FVsnapshot