]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/menuitem.cpp
bug with incorrect & test fixed
[wxWidgets.git] / src / motif / menuitem.cpp
index 01ed0ccdaa0bb99e6b04e39c505cda7f918409cf..deaad78a6fc565fdc6e90d9b7e93cbdd3593e85f 100644 (file)
@@ -113,7 +113,7 @@ void wxMenuItem::DeleteSubMenu()
 
 void wxMenuItem::Enable(bool bDoEnable)
 {
-    if ( m_isChecked != bDoEnable )
+    if ( m_isEnabled != bDoEnable )
     {
         if ( !IsSubMenu() )
         {