]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/framecmn.cpp
reverted Julian's unintentional breakage of wxChoice
[wxWidgets.git] / src / common / framecmn.cpp
index 4bcb11d5d075b0ae723c4225225ec1c31dce51c2..77d1c1e1c4ae9bac671b8fa4aceb18d676896402 100644 (file)
@@ -196,6 +196,7 @@ bool wxFrameBase::ProcessCommand(int id)
         if (item->IsCheckable())
         {
             item->Toggle();
+
             // use the new value
             commandEvent.SetInt(item->IsChecked());
         }