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

New commits:
commit e68184f712b151c03c2282bacd662ae103f3d3f2
Author: Jim Raykowski <rayk...@gmail.com>
Date:   Sun Dec 17 09:42:54 2017 -0900

    Uncheck Engineering notation checkbox on Scientific selection
    
    In Calc, the Engineering notation checkbox in the Sidebar Properties
    deck Number Format panel can show checked when the cell number format
    does not contain engineering notation.
    
    Change-Id: Ia26fc430aecd7af2e0f614bf9314d99f8408e690
    Reviewed-on: https://gerrit.libreoffice.org/46650
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Eike Rathke <er...@redhat.com>
    (cherry picked from commit 9e7caee0173c5ec2d8b5cfa6aedfd1c9674d442b)
    Reviewed-on: https://gerrit.libreoffice.org/46826

diff --git a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx 
b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
index 54c3975c9b08..a0c9eb940f8f 100644
--- a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
+++ b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
@@ -214,6 +214,7 @@ void NumberFormatPropertyPanel::NotifyItemUpdate(
                     mpBtnThousand->Check(false);
                     mpBtnEngineering->Show(bIsScientific);
                     mpBtnEngineering->Enable(bIsScientific);
+                    mpBtnEngineering->Check(false);
                     mpBtnNegRed->Enable();
                     mpFtDenominator->Show(bIsFraction);
                     mpEdDenominator->Show(bIsFraction);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to