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/trunk@22424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-07-31 19:21:48 +00:00
parent 8dc6dcde52
commit 3734a86630
2 changed files with 31 additions and 9 deletions

View File

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