Split graph frame into multiple files

This commit is contained in:
DarkPhoenix
2019-06-14 13:17:11 +03:00
parent 3c0b8643f6
commit bbcc32c8cf
8 changed files with 439 additions and 320 deletions

View File

@@ -962,9 +962,9 @@ class MainFrame(wx.Frame):
if not self.graphFrame:
self.graphFrame = GraphFrame(self)
if graphFrame.graphFrame_enabled:
if graphFrame.frame.graphFrame_enabled:
self.graphFrame.Show()
elif graphFrame.graphFrame_enabled:
elif graphFrame.frame.graphFrame_enabled:
self.graphFrame.SetFocus()
def openWXInspectTool(self, event):