Menu system broken
Dependencies: ANSITermMenuSystem
Fork of menuSystemMbed by
Diff: menuItem.cpp
- Revision:
- 5:92389cf2106d
- Parent:
- 4:1178a1905490
--- 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()