From ce9099a25b7444adbce39c45fe6fa0560c4b726d Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Wed, 7 Aug 2019 12:31:35 +0300 Subject: [PATCH] Remove workaround as it seems to be not needed anymore --- graphs/gui/frame.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/graphs/gui/frame.py b/graphs/gui/frame.py index 038768965..32226c679 100644 --- a/graphs/gui/frame.py +++ b/graphs/gui/frame.py @@ -244,12 +244,6 @@ class GraphFrame(wx.Frame): def draw(self): global mpl_version - # Eee #1430. draw() is not being unbound properly when the window closes. - # This is an easy fix, but not a proper solution - if not self: - pyfalog.warning('GraphFrame handled event, however GraphFrame no longer exists. Ignoring event') - return - self.subplot.clear() self.subplot.grid(True) lineData = []