[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - sc/source
Jim Raykowski
raykowj at gmail.com
Fri Dec 15 16:23:51 UTC 2017
sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 5769b301dc307d2019faf1a480b930182d03ba54
Author: Jim Raykowski <raykowj at gmail.com>
Date: Thu Dec 7 22:52:00 2017 -0900
tdf#114216 Uncheck Thousands separator on Number category selection
Change-Id: Iaf616379fad1333d63bc397a9fba2220d7bbfc9b
Reviewed-on: https://gerrit.libreoffice.org/46072
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Eike Rathke <erack at redhat.com>
(cherry picked from commit eee645a4c281a99247fa7ae6e34711283156c614)
Reviewed-on: https://gerrit.libreoffice.org/46540
diff --git a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
index e52a08e83be5..54c3975c9b08 100644
--- a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
+++ b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
@@ -211,6 +211,7 @@ void NumberFormatPropertyPanel::NotifyItemUpdate(
bool bIsFraction ( nVal == 7 ); // For fraction, Decimal places is replaced by Denominator places
mpBtnThousand->Show(!bIsScientific);
mpBtnThousand->Enable(!bIsScientific);
+ mpBtnThousand->Check(false);
mpBtnEngineering->Show(bIsScientific);
mpBtnEngineering->Enable(bIsScientific);
mpBtnNegRed->Enable();
More information about the Libreoffice-commits
mailing list