]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/framecmn.cpp
Hopefully fixed library names generated by wx-config for OS/2's PM port.
[wxWidgets.git] / src / common / framecmn.cpp
index 6127486170f526268ad04af8b959f0d7db163dd7..ae37a7fbd87e286eb8229e579461146c443053ae 100644 (file)
@@ -205,6 +205,9 @@ bool wxFrameBase::ProcessCommand(int id)
         if (!item->IsEnabled())
             return true;
 
+        if ((item->GetKind() == wxITEM_RADIO) && item->IsChecked() )
+            return true;
+
         if (item->IsCheckable())
         {
             item->Toggle();