fix fix fix

This commit is contained in:
Ryan Holmes
2017-07-02 23:45:28 -04:00
parent 7ae41b71b2
commit 1082d8a173
9 changed files with 10 additions and 10 deletions

View File

@@ -1025,7 +1025,7 @@ class MainFrame(wx.Frame):
# Find a widget to be selected in the tree. Use either the
# one under the cursor, if any, or this frame.
wnd = wx.FindWindowAtPointer()
wnd, _ = wx.FindWindowAtPointer()
if not wnd:
wnd = self
InspectionTool().Show(wnd, True)