This patch fixes this error that happens when exiting the program.
Traceback (most recent call last):
File "winpdb.py", line 2231, in OnLoseFocus
self.m_caption.SetBackgroundColour(wx.SystemSettings_GetColour(wx.SYS_COLOUR_INA
CTIVECAPTION))
File
"//usr/local/lib/wxPython-unicode-2.8.9.1/lib/python2.6/site-packages/wx-2.8-mac
-unicode/wx/_core.py",
line 14522, in __getattr__
raise PyDeadObjectError(self.attrStr % self._name)
wx._core.PyDeadObjectError: The C++ part of the CCaption object has been
deleted, attribute access no longer allowed.
Original issue reported on code.google.com by CodyPrec...@gmail.com on 8 Nov 2008 at 5:56
Original issue reported on code.google.com by
CodyPrec...@gmail.com
on 8 Nov 2008 at 5:56Attachments: