Merge pull request #1638 from surculus12/issue-1633

resolves #1633
This commit is contained in:
Ryan Holmes
2018-06-13 00:18:15 -04:00
committed by GitHub

View File

@@ -741,7 +741,7 @@ class FittingView(d.Display):
# noinspection PyPropertyAccess
def MakeSnapshot(self, maxColumns=1337):
if self.FVsnapshot:
del self.FVsnapshot
self.FVsnapshot = None
tbmp = wx.Bitmap(16, 16)
tdc = wx.MemoryDC()