vcl/source/control/field.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bc94d7f658c42a52a0cc75b6222c31288751d27d
Author:     Henry Castro <hcas...@collabora.com>
AuthorDate: Tue May 12 11:57:03 2020 -0400
Commit:     Henry Castro <hcas...@collabora.com>
CommitDate: Thu May 21 00:47:13 2020 +0200

    lok: replace SetValue for ImplNewFieldValue
    
    The ImplNewFieldValue notify changes in the spin
    control
    
    Change-Id: I64c0239b0a12ecdf9a3b7af4c496cee88d1b2cb3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94070
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Henry Castro <hcas...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94528
    Tested-by: Henry Castro <hcas...@collabora.com>

diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx
index 2b00cb833c76..35f298ed9477 100644
--- a/vcl/source/control/field.cxx
+++ b/vcl/source/control/field.cxx
@@ -680,7 +680,7 @@ void NumericFormatter::SetValueFromString(const OUString& 
rStr)
     if (ImplNumericGetValue(rStr, nValue, GetDecimalDigits(),
         Application::GetSettings().GetNeutralLocaleDataWrapper()))
     {
-        SetValue(nValue);
+        ImplNewFieldValue(nValue);
     }
     else
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to