projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added extra hit test style for more accurate reporting
[wxWidgets.git]
/
wxPython
/
src
/
_cshelp.i
diff --git
a/wxPython/src/_cshelp.i
b/wxPython/src/_cshelp.i
index 2e4b493f65b410a5a74e45a4634efd8341858a75..91b1d230e25cec2b3a3ced8ff1f274be0bd8ed68 100644
(file)
--- a/
wxPython/src/_cshelp.i
+++ b/
wxPython/src/_cshelp.i
@@
-285,7
+285,7
@@
table of help strings will fill up and when window pointers are
reused, the wrong help string will be found.", "");
- %python
Append Destroy "args[0].thisown = 0
"
+ %python
Prepend Destroy "args[0].this.own(False)
"
%extend { void Destroy() { delete self; } }
};