Fixed missing OK tile in memory clear menu

This commit is contained in:
Sjef Verhoeven PE5PVB
2025-01-08 11:28:50 +01:00
parent 5e55bff237
commit b9ce2284c5

View File

@@ -5926,6 +5926,11 @@ void DoMenu() {
}
OneBigLineSprite.drawString(String(memstartpos + 1) + " - " + String(memstoppos + 1) + " " + String(myLanguage[language][277]), 135, 0);
OneBigLineSprite.pushSprite(24, 148);
if (hardwaremodel == PORTABLE_TOUCH_ILI9341) {
tft.fillRoundRect(240, 36, 60, 40, 6, FrameColor);
tft.drawRoundRect(240, 36, 60, 40, 6, ActiveColor);
tftPrint(0, "OK", 270, 44, (CurrentTheme == 7 ? White : ActiveColor), ActiveColorSmooth, 28);
}
break;
}
break;