fix MenuRenderer: corregida la animació del cuadro del menu de servei

This commit is contained in:
2025-06-21 14:50:33 +02:00
parent f5731c8181
commit b6698043fd
3 changed files with 41 additions and 19 deletions

View File

@@ -65,7 +65,7 @@ void ServiceMenu::reset() {
previous_settings_group_ = SettingsGroup::MAIN;
initializeOptions();
updateMenu();
renderer_->onLayoutChanged(this); // Notifica al renderer para que calcule el layout inicial
renderer_->setLayout(this); // Notifica al renderer para que calcule el layout inicial
}
// --- Lógica de Navegación ---