This commit is contained in:
blitzman
2017-02-11 10:55:09 -05:00
parent f34e564ccd
commit a2ca5eb8a4
2 changed files with 12 additions and 8 deletions

View File

@@ -952,7 +952,7 @@ class MainFrame(wx.Frame):
if not self.graphFrame:
self.graphFrame = GraphFrame(self)
if graphFrame.enabled:
if graphFrame.graphFrame_enabled:
self.graphFrame.Show()
else:
self.graphFrame.SetFocus()