util/ExceptionHandler.py
branchwxPython4
changeset 3303 0ffb41625592
parent 1953 5736d25bb393
child 3444 91b2c014494e
--- a/util/ExceptionHandler.py	Thu Sep 02 21:36:29 2021 +0200
+++ b/util/ExceptionHandler.py	Thu Sep 02 22:18:14 2021 +0200
@@ -49,7 +49,7 @@
         trcbck_lst.append(trcbck)
 
     # Allow clicking....
-    cap = wx.Window_GetCapture()
+    cap = wx.Window.GetCapture()
     if cap:
         cap.ReleaseMouse()