]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/framecmn.cpp
Added inline setters for wxTreeEvent so we don't need to add new
[wxWidgets.git] / src / common / framecmn.cpp
index 9a61e7d5899e6826429c3a58d3dd703a765b6885..87911b477f00db9c7ac20443988bf7888a0586d7 100644 (file)
@@ -199,7 +199,8 @@ bool wxFrameBase::ProcessCommand(int id)
         }
     }
 
-    return GetEventHandler()->ProcessEvent(commandEvent);
+    GetEventHandler()->ProcessEvent(commandEvent);
+    return TRUE;
 #else // !wxUSE_MENUS
     return FALSE;
 #endif // wxUSE_MENUS/!wxUSE_MENUS