mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-15 17:20:07 +01:00
Merge pull request #2365 from komoto48g/py-filling
Don't crush pie filling
This commit is contained in:
@@ -125,6 +125,9 @@ class FillingTree(wx.TreeCtrl):
|
||||
d[key] = obj[n]
|
||||
if otype not in COMMONTYPES:
|
||||
for key in introspect.getAttributeNames(obj):
|
||||
if wx.Platform == '__WXMSW__':
|
||||
if key == 'DropTarget': # Windows bug fix.
|
||||
continue
|
||||
# Believe it or not, some attributes can disappear,
|
||||
# such as the exc_traceback attribute of the sys
|
||||
# module. So this is nested in a try block.
|
||||
|
||||
Reference in New Issue
Block a user