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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue May 26 18:23:51 UTC 2020


 vcl/source/treelist/svimpbox.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 7bd3f4a0724b11c18d45937078e8c2968e2b6d7f
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue May 26 16:17:59 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue May 26 20:23:16 2020 +0200

    emit activate-row in vcl treeview on return
    
    to align it with the gtk one which does this
    
    Change-Id: Id439fe684f263f59285ba9291fc803f88309c066
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94875
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/vcl/source/treelist/svimpbox.cxx b/vcl/source/treelist/svimpbox.cxx
index b2d4b0dc5c42..2fc2d0bf9d3c 100644
--- a/vcl/source/treelist/svimpbox.cxx
+++ b/vcl/source/treelist/svimpbox.cxx
@@ -2368,8 +2368,7 @@ bool SvImpLBox::KeyInput( const KeyEvent& rKEvt)
             break;
 
         case KEY_RETURN:
-            if (m_pView->mbActivateOnSingleClick)
-                m_pView->DoubleClickHdl();
+            m_pView->DoubleClickHdl();
             bKeyUsed = false;
             break;
 


More information about the Libreoffice-commits mailing list