Implement method which gathers values across control panel boxes

This commit is contained in:
DarkPhoenix
2019-06-26 16:50:54 +03:00
parent ee4a1f936b
commit 22ca78cb68
3 changed files with 28 additions and 7 deletions

View File

@@ -178,7 +178,8 @@ class GraphFrame(wx.Frame):
return self.graphSelection.GetClientData(self.graphSelection.GetSelection())
def clearCache(self, key=None):
self.getView().clearCache(key=key)
pass
#self.getView().clearCache(key=key)
def draw(self):
global mpl_version
@@ -188,7 +189,7 @@ class GraphFrame(wx.Frame):
if not self:
pyfalog.warning('GraphFrame handled event, however GraphFrame no longer exists. Ignoring event')
return
self.ctrlPanel.getValues()
# values = self.ctrlPanel.getValues()
# view = self.getView()
# self.subplot.clear()