]> git.saurik.com Git - wxWidgets.git/commit
Don't set cell value in wxDataViewEvent in one place only.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Mar 2013 15:08:00 +0000 (15:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Mar 2013 15:08:00 +0000 (15:08 +0000)
commit17beda75ef9780ebef5044e41889a9b598dcf186
tree24da9c4c9eb0589c65deb24aed06a02c3319e7bf
parent0e0f825d7c5ab67ae5349300345c75c90c8b7d60
Don't set cell value in wxDataViewEvent in one place only.

We should either set the cell value in the event object everywhere or not do
it anywhere and as currently the native GTK and OS X versions don't do it at
all and the generic version only does it for ITEM_CONTEXT_MENU events, it's
easier to not do it at all.

See #14163.

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