My final year project

Dependencies:   BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter

Revision:
55:d1a00f344351
Parent:
54:75dc5c3b7cfc
--- a/Screens/ChangeValWholeScreen.cpp	Wed Oct 19 19:53:19 2016 +0200
+++ b/Screens/ChangeValWholeScreen.cpp	Wed Oct 19 18:08:23 2016 +0000
@@ -31,14 +31,6 @@
   {
     _btNeg.Draw();
   }
-  else
-  {
-    _btNeg.Inactivate();
-    _btNeg.Erase();
-    _btPos.Inactivate();
-    _btPos.Erase();
-  }
-
 }
 
 void ChangeValWholeScreen::Process()