Menu system broken

Dependencies:   ANSITermMenuSystem

Fork of menuSystemMbed by Ryan Scott

Revision:
4:1178a1905490
Parent:
3:bdf42b6c15f4
Child:
7:df9f5b6dd4ed
--- a/HANDLER_ContrastPage.cpp	Fri Mar 08 17:37:11 2013 +0000
+++ b/HANDLER_ContrastPage.cpp	Tue Apr 16 18:42:03 2013 +0000
@@ -40,9 +40,11 @@
                     break;
                 case 0x07:
                     userSelection = pageMenu[CONTRAST].getHighlightedItem() ;
+                    pageMenu[CONTRAST].removeselection();
+                    pageMenu[CONTRAST].selection();
                     break;
                 }//eo select
-                
+  /*              
                 if (userSelection != 0 && userSelection != SCREENSET)
                     {
                     // place code here to handle actions processed directly from this page
@@ -60,6 +62,7 @@
                     // eo place code here ......
                     userSelection = 0;
                     }
+*/
                 wait_ms(200);
             }//eo if kbhit
         }//eo while