[Libreoffice-commits] core.git: vcl/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 30 08:36:38 UTC 2020


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

New commits:
commit fac0288099ef7acabafa214a47ed0ec342414bae
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Jun 29 20:49:22 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Jun 30 10:36:02 2020 +0200

    Related: tdf#134390 allow entry "activate" for gen spinbutton
    
    Change-Id: I3c497586479a08089f167ccb890e79e7b9d1f4bd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97459
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index e9f0fedc8c97..d724c237e1df 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -5311,7 +5311,7 @@ IMPL_LINK_NOARG(SalInstanceSpinButton, ActivateHdl, Edit&, bool)
 {
     // tdf#122348 return pressed to end dialog
     signal_value_changed();
-    return false;
+    return m_aActivateHdl.Call(*this);
 }
 
 IMPL_LINK_NOARG(SalInstanceSpinButton, UpDownHdl, SpinField&, void) { signal_value_changed(); }


More information about the Libreoffice-commits mailing list