Added wxRadioButton::MSWWindowProc to reset m_focusJustSet -- otherwise,
authorJulian Smart <julian@anthemion.co.uk>
Fri, 5 Jul 2002 14:09:31 +0000 (14:09 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 5 Jul 2002 14:09:31 +0000 (14:09 +0000)
commitaca78774b6aa0ab27dead3b4b88c0d8e40e5667a
tree4376027ae40ef6b29491a4f9a8100cc2dd101031
parentb8b7f03cef9f028fc95301ac2ba506e4efa49f59
Added wxRadioButton::MSWWindowProc to reset m_focusJustSet -- otherwise,
if RB1 has the focus, then you click on RB2, then back on RB1, no
command event will be generated for the last click.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/radiobut.h
src/msw/radiobut.cpp