SUMMARY commit 6c283629a introduced retrieval of locale information on Windows but broke the display of negative amounts on that platform. STEPS TO REPRODUCE 1. Spot any location where you expect to see a negative number OBSERVED RESULT Number is shown without the minus sign EXPECTED RESULT Number is shown including the minus sign at the selected position according to your locale SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Git commit 8ae9f44d8ecce5b5af9841e854e5547ea304523f by Thomas Baumgart. Committed on 11/09/2020 at 13:10. Pushed by tbaumgart into branch 'master'. Fix retrieval of locale information on MS-Windows Apparently, the locale information is only filled with a prior call to setlocale() with some standard values. M +12 -2 kmymoney/misc/platformtools_nognu.cpp https://invent.kde.org/office/kmymoney/commit/8ae9f44d8ecce5b5af9841e854e5547ea304523f
Git commit 322d51c2889eba0bbe8c7f362831d6de5e0e2026 by Thomas Baumgart. Committed on 11/09/2020 at 14:59. Pushed by tbaumgart into branch '5.1'. Fix retrieval of locale information on MS-Windows Apparently, the locale information is only filled with a prior call to setlocale() with some standard values. FIXED-IN: 5.1.1 (cherry picked from commit 8ae9f44d8ecce5b5af9841e854e5547ea304523f) M +12 -2 kmymoney/misc/platformtools_nognu.cpp https://invent.kde.org/office/kmymoney/commit/322d51c2889eba0bbe8c7f362831d6de5e0e2026
*** Bug 427590 has been marked as a duplicate of this bug. ***
*** Bug 427956 has been marked as a duplicate of this bug. ***