Merge pull request #182 from KOTYA8/main-1

Fixed Theme
This commit is contained in:
Sjef Verhoeven PE5PVB
2023-08-03 20:40:12 +02:00
committed by GitHub
+1 -1
View File
@@ -3061,7 +3061,7 @@ void KeyDown() {
switch (menuoption) {
case 30:
CurrentTheme --;
if (CurrentTheme > 10) CurrentTheme = 9;
if (CurrentTheme > 10) CurrentTheme = 10;
doTheme();
tft.drawRoundRect(10, 30, 300, 170, 5, ActiveColor);
tft.fillRoundRect(12, 32, 296, 166, 5, BackgroundColor);