]> git.saurik.com Git - wxWidgets.git/commit
Fix int field of wxCommandEvents generated by menu items in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Sep 2011 13:23:14 +0000 (13:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Sep 2011 13:23:14 +0000 (13:23 +0000)
commite23e368bc473cc6b5415850a388f737725053713
treee98d0b606e0fa3fff7289d29fd2bb2f17b0d49ae
parent99893e284f45586bc8c0732eb28bce5aab77beb7
Fix int field of wxCommandEvents generated by menu items in wxMSW.

Set the int field of wxCommandEvent generated by clicking on the menu items
correctly for not checkable items: it is supposed to be -1 and not 0 (which is
the value for checkable but currently unchecked items). This was already the
case for wxGTK and wxOSX and implied by the comments in the code.

Make wxMSW behave like this too and clearly document this behaviour.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/event.h
src/common/framecmn.cpp
src/msw/menu.cpp