Have to dig a little deeper to find a wxPyDeadObject...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -274,7 +274,7 @@ class EventManager:
|
||||
|
||||
|
||||
def __isDeadWxObject(self, anObject):
|
||||
return isinstance(anObject, wx._wxPyDeadObject)
|
||||
return isinstance(anObject, wx._core._wxPyDeadObject)
|
||||
|
||||
|
||||
def __isDeadTopic(self, aTopic):
|
||||
|
Reference in New Issue
Block a user