resolves #1633
This commit is contained in:
@@ -741,7 +741,7 @@ class FittingView(d.Display):
|
|||||||
# noinspection PyPropertyAccess
|
# noinspection PyPropertyAccess
|
||||||
def MakeSnapshot(self, maxColumns=1337):
|
def MakeSnapshot(self, maxColumns=1337):
|
||||||
if self.FVsnapshot:
|
if self.FVsnapshot:
|
||||||
del self.FVsnapshot
|
self.FVsnapshot = None
|
||||||
|
|
||||||
tbmp = wx.Bitmap(16, 16)
|
tbmp = wx.Bitmap(16, 16)
|
||||||
tdc = wx.MemoryDC()
|
tdc = wx.MemoryDC()
|
||||||
|
|||||||
Reference in New Issue
Block a user