If a wxPy[Command]Event has been cloned then we need to propogate the

Skip value from the original back to the clone after it has been
processed.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@22421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-07-31 18:28:07 +00:00
parent 93846b2ced
commit 0c0042aa83
2 changed files with 31 additions and 9 deletions

View File

@@ -181,6 +181,7 @@ public:
void SetSelf(PyObject* self, bool clone=FALSE);
PyObject* GetSelf() const;
bool GetCloned() const { return m_cloned; }
protected:
PyObject* m_self;