X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16c9a4258f33da3a3a6c14bec9d1b239f2c93edd..664ad22f4ca868dd87fe55f64627b61f1a7f89e7:/src/common/framecmn.cpp?ds=sidebyside diff --git a/src/common/framecmn.cpp b/src/common/framecmn.cpp index 4bcb11d5d0..77d1c1e1c4 100644 --- a/src/common/framecmn.cpp +++ b/src/common/framecmn.cpp @@ -196,6 +196,7 @@ bool wxFrameBase::ProcessCommand(int id) if (item->IsCheckable()) { item->Toggle(); + // use the new value commandEvent.SetInt(item->IsChecked()); }