Fixes for forwarding events to parent in wxGenericListCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Aug 2012 11:34:43 +0000 (11:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Aug 2012 11:34:43 +0000 (11:34 +0000)
commit524a2c6e51b2e14758ee9dcd51fc3922198b5d13
treef0d0dc0bfe349cf8ed4ca8039aec67ed74907fd1
parentc4bdd8225acb8d4421cdfaf8f8dd2fe7806284bb
Fixes for forwarding events to parent in wxGenericListCtrl.

Set the event object and the event ID correctly, i.e. to the values
corresponding to the main wxListCtrl itself, when forwarding mouse and
keyboard events from wxListMainWindow to wxListCtrl.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/listctrl.cpp