Kaydet (Commit) 9e7caee0 authored tarafından Jim Raykowski's avatar Jim Raykowski Kaydeden (comit) Eike Rathke

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/46650Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
üst 4f0a97a8
...@@ -214,6 +214,7 @@ void NumberFormatPropertyPanel::NotifyItemUpdate( ...@@ -214,6 +214,7 @@ void NumberFormatPropertyPanel::NotifyItemUpdate(
mpBtnThousand->Check(false); mpBtnThousand->Check(false);
mpBtnEngineering->Show(bIsScientific); mpBtnEngineering->Show(bIsScientific);
mpBtnEngineering->Enable(bIsScientific); mpBtnEngineering->Enable(bIsScientific);
mpBtnEngineering->Check(false);
mpBtnNegRed->Enable(); mpBtnNegRed->Enable();
mpFtDenominator->Show(bIsFraction); mpFtDenominator->Show(bIsFraction);
mpEdDenominator->Show(bIsFraction); mpEdDenominator->Show(bIsFraction);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment