sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5769b301dc307d2019faf1a480b930182d03ba54
Author: Jim Raykowski <rayk...@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 <c...@libreoffice.org>
    Reviewed-by: Eike Rathke <er...@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();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to