The checkbox doesn't eat the first "toggled" event if SetValue(FALSE) was
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 17 Dec 1998 20:24:44 +0000 (20:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 17 Dec 1998 20:24:44 +0000 (20:24 +0000)
commit8bf45ed12a5c40871bf56e585d5a32fae84bde0d
tree3801e7a1c494bf4582c038c1fa53179236eab348
parent79a773ba60af80fece4ddbd346340ef5d4f24a10
The checkbox doesn't eat the first "toggled" event if SetValue(FALSE) was
called any more. Added 2 lines to the controls sample to demonstrate it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/controls/controls.cpp
src/gtk/checkbox.cpp
src/gtk1/checkbox.cpp