From 91ca5090aa745c1248dafc83b7f305a2c90d02ff Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 29 Mar 2022 14:33:46 +1000 Subject: [PATCH] Don't attempt to localize numbers in SpinBoxFloat Issue report: https://forums.ankiweb.net/t/anki-2-1-50-beta-6-release-candidate/18181/71 Localization was added in #1566. It works fine in the Qt5 build, but the Qt6 build appears broken. This appears to be a change in Chromium, and the latest Chrome has the same issue. Whether it's a legitimate bug on their end, a deliberate change in behaviour, or we're doing something wrong, I do not know. --- ts/deck-options/SpinBoxFloat.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ts/deck-options/SpinBoxFloat.svelte b/ts/deck-options/SpinBoxFloat.svelte index 88acb76d4..2a3d9cd3a 100644 --- a/ts/deck-options/SpinBoxFloat.svelte +++ b/ts/deck-options/SpinBoxFloat.svelte @@ -3,7 +3,6 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -->