ConfigMenu: Redraw the next frame after button has been pressed

This commit is contained in:
Maschell 2022-08-28 13:10:57 +02:00
parent e5cd67293e
commit 17aa2c0231

View File

@ -535,7 +535,7 @@ void ConfigUtils::displayMenu() {
DrawUtils::print(SCREEN_WIDTH / 2 + DrawUtils::getTextWidth(exitHint) / 2, SCREEN_HEIGHT - 8, exitHint, true);
DrawUtils::endDraw();
redraw = false;
redraw = pressedButtons != WUPS_CONFIG_BUTTON_NONE;
}
}