Mouse event propogation

I am upgrading a project from wxPython 2.4 to 2.8 and have noticed that mouse events are no longer propogated to parent windows.

How can I get all mouse events to propogate again?

I notice there is a ResetPropogation() function in wx.Event but it looks like I would have to do it on an event by event case not globally.

Leith

Don’t worry I was mislead about the propogation.

Instead I found a bug in wxListCtrl’s state retrieval!

Leith

···

From: wxpython-users-bounces@lists.wxwidgets.org [mailto:wxpython-users-bounces@lists.wxwidgets.org] On Behalf Of Leith Bade
Sent: Friday, 9 January 2009 2:18 p.m.
To:
wxpython-users@lists.wxwidgets.org
Subject: [wxpython-users] Mouse event propogation

I am upgrading a project from wxPython 2.4 to 2.8 and have noticed that mouse events are no longer propogated to parent windows.

How can I get all mouse events to propogate again?

I notice there is a ResetPropogation() function in wx.Event but it looks like I would have to do it on an event by event case not globally.

Leith