Set all event fields correctly for drag events in generic wxListCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 16 Jan 2012 13:37:14 +0000 (13:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 16 Jan 2012 13:37:14 +0000 (13:37 +0000)
commit14841e5a8eb6c00107b9c5ad38c1c461a422efe4
tree9c364429e3de8df3526bf2ee9b52eaa20b8e005b
parent6627ac2da234ce13693ef937689c011c4a9d7a53
Set all event fields correctly for drag events in generic wxListCtrl.

Call SendNotify() instead of (ponly partially) duplicating it in the code
generating wxEVT_COMMAND_LIST_BEGIN_[R]DRAG.

Closes #1582.

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