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:
Robin Dunn
2005-06-02 03:41:32 +00:00
parent 21a7ac1820
commit e0fe229bf9

View File

@@ -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):