This commit is contained in:
blitzman
2017-02-11 11:12:10 -05:00
parent a2ca5eb8a4
commit bfcb73f344
2 changed files with 5 additions and 1 deletions

View File

@@ -954,7 +954,7 @@ class MainFrame(wx.Frame):
if graphFrame.graphFrame_enabled:
self.graphFrame.Show()
else:
elif graphFrame.graphFrame_enabled:
self.graphFrame.SetFocus()
def openWXInspectTool(self, event):