Menu system broken

Dependencies:   ANSITermMenuSystem

Fork of menuSystemMbed by Ryan Scott

Revision:
5:92389cf2106d
Parent:
4:1178a1905490
diff -r 1178a1905490 -r 92389cf2106d menuItem.cpp
--- a/menuItem.cpp	Tue Apr 16 18:42:03 2013 +0000
+++ b/menuItem.cpp	Sun Apr 21 20:15:31 2013 +0000
@@ -41,7 +41,7 @@
 }
 void menuItem::erase()
 {
-    printXY ("                                           ", position.X - 2, position.Y);
+    printXY ("                  ", position.X - 2, position.Y);
 }
 
 void menuItem::highlight()