From e35fca8524dfe78c3076073d20bedad897e876a7 Mon Sep 17 00:00:00 2001 From: Lefucjusz Date: Wed, 21 Feb 2024 17:33:13 +0100 Subject: [PATCH] [MOS-1064] Fix no input language selected for French/Spanish Fix of the issue that choosing French or Spanish as a system language resulted in no input language selected. Effectively reverts 8f8b9d86b3caf12b18dadf89dd5c36e7090486f3. --- .../application-settings/windows/system/LanguagesWindow.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/module-apps/application-settings/windows/system/LanguagesWindow.cpp b/module-apps/application-settings/windows/system/LanguagesWindow.cpp index 3120744d0dad36da224561a00c6beb2c776e7799..3176a8344e31e5dfc9f0dc0a78ad4d7e97a04a6c 100644 --- a/module-apps/application-settings/windows/system/LanguagesWindow.cpp +++ b/module-apps/application-settings/windows/system/LanguagesWindow.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved. +// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved. // For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md #include "LanguagesWindow.hpp" @@ -30,9 +30,7 @@ namespace gui options.emplace_back(std::make_unique( lang, [=](const gui::Item &item) { - // Changing the system language will change the input language app::manager::Controller::changeDisplayLanguage(application, lang); - app::manager::Controller::changeInputLanguage(application, lang); return true; }, nullptr,